Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
fixed license header for plugin_auth_common.h
  • Loading branch information
9EOR9 committed Aug 5, 2016
1 parent c531a87 commit 5debd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT(mariadb-connector-c C)

SET(CPACK_PACKAGE_VERSION_MAJOR 2)
SET(CPACK_PACKAGE_VERSION_MINOR 3)
SET(CPACK_PACKAGE_VERSION_PATCH 1)
SET(CPACK_PACKAGE_VERSION_PATCH 2)
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")

#Minimum required version is Cmake 2.8.8, since we need to build object libraries
Expand Down
2 changes: 1 addition & 1 deletion include/mysql/plugin_auth_common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#ifndef MYSQL_PLUGIN_AUTH_COMMON_INCLUDED
/* Copyright (C) 2010 Sergei Golubchik and Monty Program Ab
This library is free software; you can redistribute it and/or
Expand All @@ -16,6 +15,7 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA */

#ifndef MYSQL_PLUGIN_AUTH_COMMON_INCLUDED
/**
@file
Expand Down

0 comments on commit 5debd70

Please sign in to comment.