From 874fa0a7ad5fed8b142d73c668fff9f8ab567010 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 10 Oct 2012 10:22:30 -0600 Subject: [PATCH] take the beta out of the displayed version string at startup --- debian/patches/series | 1 + debian/patches/version-not-beta | 11 +++++++++++ ver.h | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 debian/patches/version-not-beta diff --git a/debian/patches/series b/debian/patches/series index 2527093..1f4c1ac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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 index 0000000..176b617 --- /dev/null +++ b/debian/patches/version-not-beta @@ -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 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 "" -- 2.30.2