Uploaded version to keep Windows in synch.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2226 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-09-19 17:43:25 +00:00
parent a08e61e6cc
commit f58f1d0569
2 changed files with 5 additions and 5 deletions

View File

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

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