]> git.sur5r.net Git - bacula/bacula/commitdiff
Increment minor version to avoid future conflict
authorKern Sibbald <kern@sibbald.com>
Sun, 6 Sep 2009 09:04:34 +0000 (11:04 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 6 Sep 2009 09:04:34 +0000 (11:04 +0200)
bacula/src/version.h
bacula/technotes

index faa1016baa5d7b9ae1d97485c2da99a1b2c627a5..7e1fa231404a0eec20103d89ebad45f67987cb89 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.0.3"
-#define BDATE   "04 September 2009"
-#define LSMDATE "04Sep09"
+#define VERSION "3.1.3"
+#define BDATE   "06 September 2009"
+#define LSMDATE "06Sep09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 48b449b506b4115b287b8a5becd64269744ebd3f..33bc1701b02b1bc1df4434ed5baa0d51b0048c9f 100644 (file)
@@ -3,6 +3,7 @@
 General:
 
 06Sep09
+kes  Increment minor version to avoid future conflict.
 kes  Increase default path/file length to 2048. This should fix
      bug #1368.  Too bad Mac OS programmers don't respect POSIX
      standards.