1.1 --- a/src/Makefile Mon Oct 05 09:44:14 2009 +0200
1.2 +++ b/src/Makefile Mon Oct 05 09:46:32 2009 +0200
1.3 @@ -13,7 +13,7 @@
1.4 LFLAGS +=
1.5 LDFLAGS += `allegro-config --libs`
1.6
1.7 -CXXFLAGS += -Wall -Iinclude
1.8 +CXXFLAGS += -Wall -Iinclude -Iextern
1.9
1.10 SRCS = $(MODULES:.o=.cpp)
1.11 GLOBALS = main.h imagedefs.h externs.h
2.1 --- a/src/main.h Mon Oct 05 09:44:14 2009 +0200
2.2 +++ b/src/main.h Mon Oct 05 09:46:32 2009 +0200
2.3 @@ -21,7 +21,7 @@
2.4 * */
2.5
2.6 #ifndef VERSION
2.7 -#define VERSION "3.8"
2.8 +#define VERSION "3.9"
2.9 #endif
2.10
2.11 /* Disable all debugging info when DEBUG is not set */