Skip to content

Commit

Permalink
Update version name for 0.C release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Mar 9, 2015
1 parent f3d1730 commit 2f891d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif
#DEFINES += -DDEBUG_ENABLE_MAP_GEN
#DEFINES += -DDEBUG_ENABLE_GAME

VERSION = 0.B
VERSION = 0.C

TARGET = cataclysm
TILESTARGET = cataclysm-tiles
Expand Down
2 changes: 1 addition & 1 deletion data/motd/de.motd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hauptfunktionen in v0.C ?????:
Hauptfunktionen in v0.C Cooper:
* Monster kämpfen gegeneinander.
* Überarbeitetes Zielen.
* Verbesserte Geschützturmsteuerung.
Expand Down
2 changes: 1 addition & 1 deletion data/motd/en.motd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This message may be 21 lines long at maximum, but ideally will be less.
# Max length of a line is 72 characters; the following line is for reference
########################################################################
Major features in v0.C ?????:
Major features in v0.C Cooper:
* Monster infighting.
* Aiming system overhaul.
* Enhanced turret controls.
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if (defined _WIN32 || defined WINDOWS || defined MINGW) && ! defined CROSS_LINUX && !defined _MSC_VER

#ifndef VERSION
#define VERSION "0.B" // FIXME: automatically generate VERSION based on git
#define VERSION "0.C" // FIXME: automatically generate VERSION based on git
#endif

#else
Expand Down

0 comments on commit 2f891d5

Please sign in to comment.