diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-02 04:58:12 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-02 04:58:12 +0000 |
commit | eeb130903621e03174cbbd25734b105e8c8cd7a7 (patch) | |
tree | 490d5279600048f4ed7dcb7c4bf3f91489fcc9a6 | |
parent | ccd4b33c3ffac92800855dd3e787850d5b23de93 (diff) | |
download | monitoring-plugins-eeb130903621e03174cbbd25734b105e8c8cd7a7.tar.gz |
adjustments to remove beta tagging
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | nagios-plugins.spec.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 380307bd..08996c9a 100644 --- a/configure.in +++ b/configure.in @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION ($Revision$) AC_INIT(Helper.pm) VER=1.3.0 -REL=beta3 +REL=1 AC_SUBST(VER) AC_SUBST(REL) -PACKAGE_VERSION="${VER}-${REL}" +PACKAGE_VERSION="${VER}" AC_SUBST(PACKAGE_VERSION) PACKAGE_RELEASE="${REL}" AC_SUBST(PACKAGE_RELEASE) diff --git a/nagios-plugins.spec.in b/nagios-plugins.spec.in index 88fef6e7..82b4d810 100644 --- a/nagios-plugins.spec.in +++ b/nagios-plugins.spec.in @@ -10,7 +10,7 @@ %define version %%{VER} %define release %%{REL} -%define source %{archive}-%{version}-%{release} +%define source %{archive}-%{version} Name: %{name} Version: %{version} |