Propagated build number to Windows.

git-svn-id: http://voip.null.ro/svn/yate@3270 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-05-02 21:12:29 +00:00
parent c5d7a5f731
commit 4016fea396
2 changed files with 5 additions and 5 deletions

View File

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

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 "2"
#define YATE_RELEASE "3"
#define YATE_STATUS "alpha"
/* Windows version resource - file and string style */
#define YATE_WINVER_F 3,0,0,2
#define YATE_WINVER_S "3, 0, 0, 2\0"
#define YATE_WINVER_F 3,0,0,3
#define YATE_WINVER_S "3, 0, 0, 3\0"
#endif /* __YATEVERSN_H */