Changeset 4295 for trunk/console

Show
Ignore:
Timestamp:
11/12/05 18:02:43 (3 years ago)
Author:
emostar
Message:

Easier version upgrades.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/main.cpp

    r3832 r4295  
    2929const char *LP_Version() 
    3030{ 
    31   static const char version[] = "1.3.0"; 
     31  static const char version[] = VERSION; 
    3232  return version; 
    3333}