diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/base/UConfig.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/UConfig.pas b/src/base/UConfig.pas index 74415f4d..e48b5493 100644 --- a/src/base/UConfig.pas +++ b/src/base/UConfig.pas @@ -130,7 +130,7 @@ const USDX_VERSION_MAJOR = 1; USDX_VERSION_MINOR = 1; USDX_VERSION_RELEASE = 0; - USDX_VERSION_STATE = 'RC'; + USDX_VERSION_STATE = ''; USDX_STRING = 'UltraStar Deluxe'; (* @@ -229,4 +229,4 @@ begin ' Build'; end; -end.
\ No newline at end of file +end. |