[ScryMUD] SVN Commit Info r933 - trunk/mud

scrymud at wanfear.com scrymud at wanfear.com
Sun Jun 10 02:18:27 PDT 2007


Author: eroper
Date: 2007-06-10 02:18:26 -0700 (Sun, 10 Jun 2007)
New Revision: 933

Modified:
   trunk/mud/MakeInclude.bh
Log:
As I am notoriously bad at remembering to update the version number when
making releases, I have done so now (to reflect 2.1.12).


Modified: trunk/mud/MakeInclude.bh
===================================================================
--- trunk/mud/MakeInclude.bh	2007-06-10 09:10:13 UTC (rev 932)
+++ trunk/mud/MakeInclude.bh	2007-06-10 09:18:26 UTC (rev 933)
@@ -15,7 +15,7 @@
 
 # NOTE:  Use these variables if you are using EGCS and glibc 5
 CCFLAGS = -g -D_GNU_SOURCE $(BG_NEW_GCC_TEMPLATES) $(GUIDING_DECLS) $(HUGE_OBJECTS) \
-          -Wall -I$(MUD_HOME)/include
+          -pipe -Wall -O2 -I$(MUD_HOME)/include
 LDLIBS =  -lm -lstring2 -lbitfield -lcrypt -lpcre#-lnsl # -lsocket
 
 
@@ -69,7 +69,7 @@
 CUR_DATE=`date '+%y.%m.%d'`
 
 #  For distribution purposes  (This is the stable branch now.)
-SCRY_VERSION=2.1.10
+SCRY_VERSION=2.1.12
 HEGEMON_VERSION=2.1.8
 
 LDFLAGS =  -L$(MUD_HOME)/lib #linker flaggs




More information about the ScryMUD mailing list