Skip to content

Commit

Permalink
Version bump - 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrinn committed Feb 27, 2015
1 parent 0d33104 commit 4c54921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -125,7 +125,7 @@ ENDIF()

SET(MARIADB_ODBC_VERSION_MAJOR 2)
SET(MARIADB_ODBC_VERSION_MINOR 0)
SET(MARIADB_ODBC_VERSION_PATCH 0)
SET(MARIADB_ODBC_VERSION_PATCH 1)

SET(CPACK_PACKAGE_VERSION ${MARIADB_ODBC_VERSION_MAJOR}.${MARIADB_ODBC_VERSION_MINOR}.${MARIADB_ODBC_VERSION_PATCH})

Expand Down
8 changes: 4 additions & 4 deletions maodbcu.rc
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 2,0,1,0
PRODUCTVERSION 2,0,1,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", "1.0.0.1"
VALUE "FileVersion", "2.0.1.0"
VALUE "InternalName", "ma_odbc_u"
VALUE "LegalCopyright", "Copyright (C) 2013, 2015"
VALUE "OriginalFilename", "maodbc.dll"
VALUE "ProductName", "MariaDB ODBC Unicode Driver"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "2.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4c54921

Please sign in to comment.