diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/config-win.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/config-win.inc b/Game/Code/config-win.inc index d870a9cd..3a2e7d0e 100644 --- a/Game/Code/config-win.inc +++ b/Game/Code/config-win.inc @@ -33,8 +33,8 @@ {$DEFINE HaveProjectM} {$IF Defined(HaveProjectM) and Defined(IncludeConstants)} ProjectM_DataDir = 'Visuals\projectM'; - PROJECTM_VERSION_MAJOR = 0; - PROJECTM_VERSION_MINOR = 98; + PROJECTM_VERSION_MAJOR = 1; + PROJECTM_VERSION_MINOR = 10; PROJECTM_VERSION_RELEASE = 0; {$IFEND} |