diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 44899166..a49d43c2 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -106,7 +106,7 @@ uses SysUtils;
const
- Version = 'UltraStar Deluxe V 0.98 Beta';
+ Version = 'UltraStar Deluxe V 1.00 RC1';
var
WndTitle: string;
|