3 Commits

Author SHA1 Message Date
alexhudson 479a215835 Tagging 0.3.0 release 2008-01-31 09:36:35 +00:00
alexhudson 924bff9489 Minor changes to make 0.3.0 releasable 2008-01-31 09:34:30 +00:00
alexhudson 068c0aa700 Branching trunk for M3 2008-01-29 18:46:58 +00:00
3 changed files with 5 additions and 14 deletions
+3 -12
View File
@@ -456,18 +456,9 @@ done
rm -f import/clucene/NO-AUTO-GEN
rm -f import/sqlite3/NO-AUTO-GEN
SVNREV="`svnversion . 2>/dev/null`"
if test x$SVNREV = x; then
echo Unable to discern build version
echo \#define BONGO_BUILD_BRANCH \"unknown\" > ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VSTR \"\" >> ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VER \"0\" >> ./include/bongo-buildinfo.h
else
echo SVN Rev at $SVNREV
echo \#define BONGO_BUILD_BRANCH \"trunk\" > ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VSTR \"r\" >> ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VER \"$SVNREV\" >> ./include/bongo-buildinfo.h
fi
echo \#define BONGO_BUILD_BRANCH \"0.3\" > ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VSTR \"v\" >> ./include/bongo-buildinfo.h
echo \#define BONGO_BUILD_VER \"0\" >> ./include/bongo-buildinfo.h
conf_flags="--enable-maintainer-mode"
+1 -1
View File
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(src/libs/msgapi/msgapi.c)
AM_INIT_AUTOMAKE(bongo, 0.1.0)
AM_INIT_AUTOMAKE(bongo, 0.3.0)
# this space is here to trick autogen.sh
AM_GNU_GETTEXT([external])
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE log4c SYSTEM "">
<log4c version="0.1.0">
<log4c version="0.3.0">
<config>
<bufsize>0</bufsize>