adjustments to remove beta tagging

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2003-03-02 04:58:12 +00:00
parent ccd4b33c3f
commit eeb1309036
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -10,7 +10,7 @@
%define version %%{VER}
%define release %%{REL}
%define source %{archive}-%{version}-%{release}
%define source %{archive}-%{version}
Name: %{name}
Version: %{version}