diff options
-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 8ca8b917..af56d4b0 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -139,7 +139,7 @@ uses SysUtils;
const
- Version = 'UltraStar Deluxe V 1.00';
+ Version = 'UltraStar Deluxe V 1.01';
var
WndTitle: string;
|