From 7b008a5c1d0814672cb4b8fb6d5f84c1ca2b7e74 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 25 Jun 2025 00:26:53 +0200 Subject: [PATCH] relhell version 1.1 --- rogueviz/ads/ads-game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/ads/ads-game.cpp b/rogueviz/ads/ads-game.cpp index da9ea750..17ee0aca 100644 --- a/rogueviz/ads/ads-game.cpp +++ b/rogueviz/ads/ads-game.cpp @@ -2,7 +2,7 @@ /* Compile with mymake -O3 -rv rogueviz/ads/ads-game */ /* Best run with -ads-menu; more detailed options are available too */ -#define VER_RH "1.0" +#define VER_RH "1.1" #ifdef RELHELL