From: Bdale Garbee Date: Wed, 10 Oct 2012 16:22:30 +0000 (-0600) Subject: take the beta out of the displayed version string at startup X-Git-Tag: debian/0.2.1-1~2 X-Git-Url: https://git.gag.com/?p=debian%2Fyforth;a=commitdiff_plain;h=874fa0a7ad5fed8b142d73c668fff9f8ab567010 take the beta out of the displayed version string at startup --- 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 ""