Bumped version number. Version 1.0.0 release 1

git-svn-id: http://voip.null.ro/svn/yate@963 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-07-07 14:07:18 +00:00
parent 0aa4127763
commit 8fbe078442
5 changed files with 9 additions and 9 deletions

View File

@ -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; \

View File

@ -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#*.}"

View File

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

View File

@ -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 */

View File

@ -10,9 +10,9 @@ Version: @PACKAGE_VERSION@
Release: @PACKAGE_RELEASE@%{dist}
License: GPL
Packager: Paul Chitescu <paulc@voip.null.ro>
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++