Skip to content

Commit

Permalink
Updated version to 7.2.11 engine 3238
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleef committed Sep 26, 2023
1 parent ec28543 commit 9322f56
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binsrc/driver/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# Driver version and description
#
DRIVER_VERS = 07.02.3237
DRIVER_VERS = 07.02.3238
DRIVER_DESC = OpenLink Virtuoso ODBC Driver


Expand Down
8 changes: 4 additions & 4 deletions binsrc/virtodbc/virtodbc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ IDB_BITMAPVIRT BITMAP "virtodbc.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,2,9,3236
PRODUCTVERSION 7,2,9,3236
FILEVERSION 7,2,11,3238
PRODUCTVERSION 7,2,11,3238
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -269,11 +269,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "OpenLink Software"
VALUE "FileDescription", "Virtuoso OpenSource"
VALUE "FileVersion", "7.2.9.3236"
VALUE "FileVersion", "7.2.11.3238"
VALUE "InternalName", "Virtuoso"
VALUE "LegalCopyright", "Copyright (C) 1998-2023 OpenLink Software"
VALUE "ProductName", "Virtuoso OpenSource"
VALUE "ProductVersion", "7.2.9.3236"
VALUE "ProductVersion", "7.2.11.3238"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions binsrc/virtuoso/virtuoso_t.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 7, 2, 9, 3236
PRODUCTVERSION 7, 2, 9, 3236
FILEVERSION 7, 2, 11, 3238
PRODUCTVERSION 7, 2, 11, 3238
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,11 +78,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "OpenLink Software"
VALUE "FileDescription", "Virtuoso OpenSource"
VALUE "FileVersion", "7.2.9.3236"
VALUE "FileVersion", "7.2.11.3238"
VALUE "InternalName", "Virtuoso"
VALUE "LegalCopyright", "Copyright (C) 1998-2023 OpenLink Software"
VALUE "ProductName", "Virtuoso OpenSource"
VALUE "ProductVersion", "7.2.9.3236"
VALUE "ProductVersion", "7.2.11.3238"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AC_PREREQ(2.59)
m4_define(vos_major, [7])
m4_define(vos_minor, [2])
m4_define(vos_patch, [11])
m4_define(vos_devel, [-rc1])
m4_define(vos_devel, [])

AC_INIT([Virtuoso Open Source Edition (Column Store)],
vos_major.vos_minor.vos_patch[]vos_devel,
Expand Down
2 changes: 1 addition & 1 deletion libsrc/Wi/sqlver.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define DBMS_SRV_NAME PRODUCT_DBMS " Universal Server"
#define DBMS_SRV_VER_ONLY "07.20"
#define DBMS_SRV_GEN_MAJOR "32"
#define DBMS_SRV_GEN_MINOR "37"
#define DBMS_SRV_GEN_MINOR "38"
#define DBMS_SRV_VER DBMS_SRV_VER_ONLY "." \
DBMS_SRV_GEN_MAJOR DBMS_SRV_GEN_MINOR

Expand Down

0 comments on commit 9322f56

Please sign in to comment.