diff --git a/ChangeLog.md b/ChangeLog.md index b440d27b0..7288946e0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -11,6 +11,7 @@ v2.0 - Now attack commands can be queued using the Shift key - Renamed factions for consistency - Now default command on right-click is customizable +- Middle mouse button now sends attack command, so you can micro-manage move and attack commands easily using right and middle mouse button v1.0 diff --git a/source/shared_lib/include/versions.h b/source/shared_lib/include/versions.h index b3ab9eb6b..1386ac77d 100644 --- a/source/shared_lib/include/versions.h +++ b/source/shared_lib/include/versions.h @@ -1,4 +1,4 @@ #define GAME_VERSION "Glest 2.0" -#define GAME_BUILD_DATE "3101" +#define GAME_BUILD_DATE "0602" #define G3D_VIEWER_VERSION "1.0" #define MAP_EDITOR_VERSION "1.0"