Imported Upstream version 2.6.0p2
[debian/amanda] / common-src / versuff.c
index 2cafbd6ddd83b05d2e6d8f389f451850b5dff2c0..3504b3089e89542ebdc9793ea24841597d4023a4 100644 (file)
 #include "version.h"
 
 const int   VERSION_MAJOR   = 2;
-const int   VERSION_MINOR   = 5;
-const int   VERSION_PATCH   = 1;
-const char *const VERSION_COMMENT = "";
+const int   VERSION_MINOR   = 6;
+const int   VERSION_PATCH   = 0;
+const char *const VERSION_COMMENT = "p2";
 
 const char *
 versionsuffix(void)
 {
 #ifdef USE_VERSION_SUFFIXES
-    return "-2.5.1";
+    return "-2.6.0p2";
 #else
     return "";
 #endif
@@ -49,5 +49,5 @@ versionsuffix(void)
 const char *
 version(void)
 {
-    return "2.5.1";
+    return "2.6.0p2";
 }