OITG alpha 6 - updated patch.zip + arcade build, added decrypted patch.zip, updated...
authorMark Cannon <vyhdycokio@gmail.com>
Fri, 30 May 2008 16:33:31 +0000 (16:33 +0000)
committerMark Cannon <vyhdycokio@gmail.com>
Fri, 30 May 2008 16:33:31 +0000 (16:33 +0000)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@363 83fadc84-e282-4d84-a09a-c4228d6ae7e5

changelog.txt
src/ProductInfo.h

index 69c25df..0f31521 100755 (executable)
@@ -1,4 +1,4 @@
-OpenITG, alpha 6 (in development)
+OpenITG, alpha 6 (May 30th, 2008)
 ---------------------------------
 -Code structure changes:
     Reverted InputFilter - too little gain for too many problems
index bc0ebff..0f4ac04 100755 (executable)
@@ -9,15 +9,15 @@
 
 /* The name of the build and its current version */
 #define PRODUCT_NAME "OpenITG"
-#define PRODUCT_VER "alpha 6 DEV"
+#define PRODUCT_VER "alpha 6"
 
-/* Build date, in MMDDYYYY - used for serials */
-#define PRODUCT_BUILD_DATE "05082008"
+/* Build date, in MMDDYYYY - used for serials. We/I need to remember
+ * to update this every time a new revision is added ... */
+#define PRODUCT_BUILD_DATE "05302008"
 
 #if defined(ITG_ARCADE)
 #define PRODUCT_PLATFORM "AC"
 #elif defined(XBOX)
-/* Not likely at all, but might as well be ready for it. */
 #define PRODUCT_PLATFORM "CS" 
 #else
 #define PRODUCT_PLATFORM "PC"
@@ -27,7 +27,7 @@
 #define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_PLATFORM " " PRODUCT_VER
 
 /* A central location from which we can update crash handler data... */
-#define CRASH_REPORT_URL "http://boxorroxors.net/forum/viewtopic.php?t=713"
+#define CRASH_REPORT_URL "http://boxorroxors.net/forum/viewtopic.php?t=791"
 
 #endif