mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 01:30:00 -04:00
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:
parent
ccd4b33c3f
commit
eeb1309036
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
%define version %%{VER}
|
||||
%define release %%{REL}
|
||||
%define source %{archive}-%{version}-%{release}
|
||||
%define source %{archive}-%{version}
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
|
|
|
|||
Loading…
Reference in a new issue