diff options
Diffstat (limited to 'gcbv/version.h')
-rw-r--r-- | gcbv/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcbv/version.h b/gcbv/version.h index 6d286d3..b285079 100644 --- a/gcbv/version.h +++ b/gcbv/version.h @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define VER_FILEVERSION 2,1,2,0 -#define VER_FILEVERSION_STR "2.1.2.0\0" -#define VER_PRODUCTVERSION 2,1,2,0 -#define VER_PRODUCTVERSION_STR "2.1\0" +#define VER_FILEVERSION 2,2,0,0 +#define VER_FILEVERSION_STR "2.2.0.0\0" +#define VER_PRODUCTVERSION 2,2,0,0 +#define VER_PRODUCTVERSION_STR "2.2\0" |