Browse Source

Bump console version for the 64bit support

James Urquhart 12 years ago
parent
commit
4151ada3e7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      engine/source/console/console.h

+ 2 - 1
engine/source/console/console.h

@@ -196,7 +196,8 @@ namespace Con
       //  02/16/07 - THB - 40->41 newmsg operator
       //  02/16/07 - PAUP - 41->42 DSOs are read with a pointer before every string(ASTnodes changed). Namespace and HashTable revamped
       //  05/17/10 - Luma - 42-43 Adding proper sceneObject physics flags, fixes in general
-      DSOVersion = 43,
+      //  02/07/13 - JU   - 43->44 Expanded the width of stringtable entries to  64bits 
+      DSOVersion = 44,
       MaxLineLength = 512,  ///< Maximum length of a line of console input.
       MaxDataTypes = 256    ///< Maximum number of registered data types.
    };