diff --git a/src/helper_version.rc b/src/helper_version.rc index aafb3d7..5023226 100644 --- a/src/helper_version.rc +++ b/src/helper_version.rc @@ -1,9 +1,9 @@ #include -#define VER_FILEVERSION 1,0,0,0 -#define VER_FILEVERSION_STR "1.0.0.0\0" -#define VER_PRODUCTVERSION 1,0,0,0 -#define VER_PRODUCTVERSION_STR "1.0.0.0\0" +#define VER_FILEVERSION 2,0,0,0 +#define VER_FILEVERSION_STR "2.0.0.0\0" +#define VER_PRODUCTVERSION 2,0,0,0 +#define VER_PRODUCTVERSION_STR "2.0.0.0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION diff --git a/src/version.rc b/src/version.rc index 434f1df..4140d51 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,9 +1,9 @@ #include -#define VER_FILEVERSION 1,0,0,0 -#define VER_FILEVERSION_STR "1.0.0.0\0" -#define VER_PRODUCTVERSION 1,0,0,0 -#define VER_PRODUCTVERSION_STR "1.0.0.0\0" +#define VER_FILEVERSION 2,0,0,0 +#define VER_FILEVERSION_STR "2.0.0.0\0" +#define VER_PRODUCTVERSION 2,0,0,0 +#define VER_PRODUCTVERSION_STR "2.0.0.0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION