Changeset 4295 for trunk/console
- Timestamp:
- 11/12/05 18:02:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/console/src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/main.cpp
r3832 r4295 29 29 const char *LP_Version() 30 30 { 31 static const char version[] = "1.3.0";31 static const char version[] = VERSION; 32 32 return version; 33 33 }
