]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 build to include new library function
authorKern Sibbald <kern@sibbald.com>
Thu, 25 Sep 2008 20:07:52 +0000 (20:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 25 Sep 2008 20:07:52 +0000 (20:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7647 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/version.h
bacula/src/win32/dll/bacula.def
bacula/technotes-2.5

index 94e7bf20f13d6c433401dc8064e1a02c74748bec..c8c8a092002f4303e5f544fc032436355f9d5c0b 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.5.3"
-#define BDATE   "24 September 2008"
-#define LSMDATE "24Sep08"
+#define VERSION "2.5.4"
+#define BDATE   "25 September 2008"
+#define LSMDATE "25Sep08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
index 18feacbb94c774faef92ea554e4cd4f4ebc51d74..ad6941d5ddafed3e3f909684054964cd1f3cf18f 100644 (file)
@@ -454,6 +454,7 @@ _Z13is_name_validPcPS_
 _Z13str_to_uint64Pc
 _Z14size_to_uint64PciPy
 _Z17duration_to_utimePcPx
+_Z22edit_int64_with_commasxPc
 _Z23edit_uint64_with_commasyPc
 _Z23edit_uint64_with_suffixyPc
  
index eab33fbe5a88202b767d64987e629c4688fc1c2d..241f5eb79b3261114ecfa787cea11d6f0352fe75 100644 (file)
@@ -19,6 +19,7 @@ remove reader/writer in FOPTS????
 
 General:
 25Sep08
+kes  Fix Win32 build to include new library function.
 kes  Remove some old reader/writer code.
 kes  Implement ./configure --with-plugindir=xxx
 ebl  Fix the mysql bug in the new accurate code