take the beta out of the displayed version string at startup
authorBdale Garbee <bdale@gag.com>
Wed, 10 Oct 2012 16:22:30 +0000 (10:22 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 10 Oct 2012 16:22:30 +0000 (10:22 -0600)
debian/patches/series
debian/patches/version-not-beta [new file with mode: 0644]
ver.h

index 25270939db8d4f2674c112fad620fdcc35fc6720..1f4c1ac69ad1aa0a1e1eeca0f7e6500ad883dbc8 100644 (file)
@@ -1 +1,2 @@
 makefile-support-hardening
+version-not-beta
diff --git a/debian/patches/version-not-beta b/debian/patches/version-not-beta
new file mode 100644 (file)
index 0000000..176b617
--- /dev/null
@@ -0,0 +1,11 @@
+diff --git a/ver.h b/ver.h
+index 3782906..cfddc40 100644
+--- a/ver.h
++++ b/ver.h
+@@ -20,5 +20,5 @@
+ #define VER_HI                        0
+ #define       VER_LO                  2
+-#define VER_TEST              "+beta"
++#define VER_TEST              ""
diff --git a/ver.h b/ver.h
index 37829062d31e7d198edb73122bd2e3276fac3cc2..cfddc40c8d97240dfa9f2f010f805da978e27198 100644 (file)
--- a/ver.h
+++ b/ver.h
@@ -20,5 +20,5 @@
 
 #define VER_HI                 0
 #define        VER_LO                  2
-#define VER_TEST               "+beta"
+#define VER_TEST               ""