Bumped version to 2.0.0-1

git-svn-id: http://yate.null.ro/svn/yate/trunk@2138 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-08-04 05:29:19 +00:00
parent 088cac0a68
commit 9b03d07cf3
3 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ AC_INIT(Yate, 2.0.0)
AC_CONFIG_SRCDIR([README])
AC_PREREQ(2.52)
PACKAGE_RELEASE="2"
PACKAGE_STATUS="alpha"
PACKAGE_RELEASE="1"
PACKAGE_STATUS=""
PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}"
PACKAGE_VERSION_MINOR="${PACKAGE_VERSION#*.}"

View File

@ -1,3 +1,3 @@
AppVerName=Yate 2.0.0 - alpha2
AppVerName=Yate 2.0.0 - 0
AppVersion=2.0.0
VersionInfoVersion=2.0.0.2
VersionInfoVersion=2.0.0.0

View File

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