diff --git a/Makefile.in b/Makefile.in index 4168554e..5f76ab28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -235,7 +235,7 @@ install-root uninstall-root: LDCONFIG:=ldconfig .PHONY: snapshot tarball rpm snapshot tarball: check-topdir clean tables windows apidocs - @if [ $@ = snapshot ]; then ver="`date '+CVS-%Y%m%d'`"; else ver="@PACKAGE_VERSION@@PACKAGE_RELEASE@"; fi ; \ + @if [ $@ = snapshot ]; then ver="`date '+CVS-%Y%m%d'`"; else ver="@PACKAGE_VERSION@-@PACKAGE_RELEASE@"; fi ; \ wd=`pwd|sed 's,^.*/,,'`; \ mkdir -p tarballs; cd ..; \ echo $$wd/tar-exclude >$$wd/tar-exclude; \ diff --git a/configure.in b/configure.in index bfd0dc84..b9e9d510 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(Yate, 1.0.0) AC_CONFIG_SRCDIR([README]) AC_PREREQ(2.52) -PACKAGE_RELEASE="pre1" +PACKAGE_RELEASE="1" PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}" PACKAGE_VERSION_MINOR="${PACKAGE_VERSION#*.}" diff --git a/windows/yateiss.inc b/windows/yateiss.inc index decf45b4..3a19b511 100644 --- a/windows/yateiss.inc +++ b/windows/yateiss.inc @@ -1,3 +1,3 @@ -AppVerName=Yate 1.0.0 release pre1 +AppVerName=Yate 1.0.0 release 1 AppVersion=1.0.0 -VersionInfoVersion=1.0.0.0 +VersionInfoVersion=1.0.0.1 diff --git a/windows/yateversn.h b/windows/yateversn.h index a53659d4..8eda8190 100644 --- a/windows/yateversn.h +++ b/windows/yateversn.h @@ -19,10 +19,10 @@ #define YATE_MINOR_S "0" #define YATE_BUILD_S "0" #define YATE_VERSION "1.0.0" -#define YATE_RELEASE "pre1" +#define YATE_RELEASE "1" /* Windows version resource - file and string style */ -#define YATE_WINVER_F 1,0,0,0 -#define YATE_WINVER_S "1, 0, 0, 0\0" +#define YATE_WINVER_F 1,0,0,1 +#define YATE_WINVER_S "1, 0, 0, 1\0" #endif /* __YATEVERSN_H */ diff --git a/yate.spec.in b/yate.spec.in index d035e3fa..de5eca36 100644 --- a/yate.spec.in +++ b/yate.spec.in @@ -10,9 +10,9 @@ Version: @PACKAGE_VERSION@ Release: @PACKAGE_RELEASE@%{dist} License: GPL Packager: Paul Chitescu -Source: http://yate.null.ro/%{name}-%{version}@PACKAGE_RELEASE@.tar.gz +Source: http://yate.null.ro/%{name}-%{version}-@PACKAGE_RELEASE@.tar.gz Group: Applications/Communications -BuildRoot: %{_tmppath}/%{name}-%{version}%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://yate.null.ro/ BuildRequires: gcc-c++