Skip to content

Commit

Permalink
Version bump -> 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrinn committed Nov 17, 2015
1 parent f12c796 commit 182673d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ cmake_minimum_required(VERSION 2.8)

SET(MARIADB_ODBC_VERSION_MAJOR 2)
SET(MARIADB_ODBC_VERSION_MINOR 0)
SET(MARIADB_ODBC_VERSION_PATCH 9)
SET(MARIADB_ODBC_VERSION_QUALITY "beta")
SET(MARIADB_ODBC_VERSION_PATCH 10)
SET(MARIADB_ODBC_VERSION_QUALITY "")

SET(MARIADB_ODBC_VERSION "02.00.0009")
SET(MARIADB_ODBC_VERSION "02.00.0010")

CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/ma_odbc_version.h.in
${CMAKE_SOURCE_DIR}/ma_odbc_version.h)
Expand Down
Binary file modified maodbca.rc
Binary file not shown.
8 changes: 4 additions & 4 deletions maodbcu.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,9,0
PRODUCTVERSION 2,0,9,0
FILEVERSION 2,0,10,0
PRODUCTVERSION 2,0,10,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MariaDB Corporation AB"
VALUE "FileDescription", "MariaDB ODBC Unicode Drvier"
VALUE "FileVersion", "2.0.9.0"
VALUE "FileVersion", "2.0.10.0"
VALUE "InternalName", "ma_odbc_u"
VALUE "LegalCopyright", "Copyright (C) 2013, 2015"
VALUE "OriginalFilename", "maodbc.dll"
VALUE "ProductName", "MariaDB ODBC Unicode Driver"
VALUE "ProductVersion", "2.0.9.0"
VALUE "ProductVersion", "2.0.10.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 182673d

Please sign in to comment.