From 0326382a760087bb507d1c3083e2b8767d79cdee Mon Sep 17 00:00:00 2001 From: mogguh Date: Tue, 15 Jul 2008 19:30:57 +0000 Subject: 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 --- Game/Code/config-win.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Game/Code/config-win.inc') 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} -- cgit v1.2.3