changed version number

This commit is contained in:
Dave White 2003-10-27 22:02:09 +00:00
parent 580758fcc8
commit 928e08db92
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ namespace game_config
const int cure_amount = 8;
const int curer_heals_per_turn = 18;
const int recall_cost = 20;
const std::string version = "0.5-RC1";
const std::string version = "0.5-RC1-CVS";
bool debug = false;
#ifdef WESNOTH_PATH

View file

@ -1,5 +1,5 @@
SDL_CFLAGS = `sdl-config --cflags` `freetype-config --cflags`
SDL_LIBS = `sdl-config --libs` -lSDL_ttf -lSDL_mixer -lSDL_image -lSDL_net `freetype-config --libs`
SDL_CFLAGS = `sdl-config --cflags`
SDL_LIBS = `sdl-config --libs` -lSDL_net
OBJS= game.o player.o server.o ../config.o ../filesystem.o ../game_config.o ../log.o ../network.o
server: $(OBJS)