Bumped version - 3.0.0 release 1.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3995 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-12-20 09:17:31 +00:00
parent 39f537a6ac
commit b26cbb7aea
3 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ AC_INIT(Yate, 3.0.0)
AC_CONFIG_SRCDIR([README])
AC_PREREQ(2.52)
PACKAGE_RELEASE="3"
PACKAGE_STATUS="alpha"
PACKAGE_RELEASE="1"
PACKAGE_STATUS=""
PACKAGE_REVISION=`cat packing/revision.txt 2>/dev/null`
PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}"

View File

@ -1,3 +1,3 @@
AppVerName=Yate 3.0.0 - alpha3
AppVerName=Yate 3.0.0 - 1
AppVersion=3.0.0
VersionInfoVersion=3.0.0.3
VersionInfoVersion=3.0.0.1

View File

@ -19,11 +19,11 @@
#define YATE_MINOR_S "0"
#define YATE_BUILD_S "0"
#define YATE_VERSION "3.0.0"
#define YATE_RELEASE "3"
#define YATE_STATUS "alpha"
#define YATE_RELEASE "1"
#define YATE_STATUS ""
/* Windows version resource - file and string style */
#define YATE_WINVER_F 3,0,0,3
#define YATE_WINVER_S "3, 0, 0, 3\0"
#define YATE_WINVER_F 3,0,0,1
#define YATE_WINVER_S "3, 0, 0, 1\0"
#endif /* __YATEVERSN_H */