commit d9355d53f8c9b6ed81e8df61f52cb8506b077d05 from: Alexander Barton date: Fri Apr 10 11:08:04 2009 UTC Xcode: #define include __DATE__ in VERSION Change VERSION to include the __DATE__ when compiling from within Xcode. When building using "make xcode" or "make osxpkg" VERSION already is defined to the "real" version number set in configure.in. commit - 8c0137a6e07a70340c54fc25717797591bbe697b commit + d9355d53f8c9b6ed81e8df61f52cb8506b077d05 blob - 5ed07d9bb37c7730433dc005e2e7743c208bd33b blob + 60b0618845bd78a70e4e40d389d2487e10fcab2d --- contrib/MacOSX/config.h +++ contrib/MacOSX/config.h @@ -13,7 +13,7 @@ #define PACKAGE_NAME "ngircd" #ifndef VERSION -#define VERSION "??" +#define VERSION "??("__DATE__")" #endif #define SYSCONFDIR "/etc/ngircd"