aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config-win.inc
diff options
context:
space:
mode:
authormogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-15 19:30:57 +0000
committermogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-15 19:30:57 +0000
commit0326382a760087bb507d1c3083e2b8767d79cdee (patch)
tree5da3bae765fcafcdfc57acfce0b3a9ecabd225b2 /Game/Code/config-win.inc
parent676e81e88faea63c163875ef7296da8015ae7a1d (diff)
downloadusdx-0326382a760087bb507d1c3083e2b8767d79cdee.tar.gz
usdx-0326382a760087bb507d1c3083e2b8767d79cdee.tar.xz
usdx-0326382a760087bb507d1c3083e2b8767d79cdee.zip
Changed the projectM version to the dll version provided at the wiki (compile:windows)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1196 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/config-win.inc')
-rw-r--r--Game/Code/config-win.inc4
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}