|
7 | 7 | # conditions of the GPLv2 as it is applied to this software, see the
|
8 | 8 | # FLOSS License Exception
|
9 | 9 | # <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
|
10 |
| -# |
| 10 | +# |
11 | 11 | # This program is free software; you can redistribute it and/or modify
|
12 | 12 | # it under the terms of the GNU General Public License as published
|
13 | 13 | # by the Free Software Foundation; version 2 of the License.
|
14 |
| -# |
| 14 | +# |
15 | 15 | # This program is distributed in the hope that it will be useful, but
|
16 | 16 | # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
17 | 17 | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
18 | 18 | # for more details.
|
19 |
| -# |
| 19 | +# |
20 | 20 | # You should have received a copy of the GNU General Public License along
|
21 | 21 | # with this program; if not, write to the Free Software Foundation, Inc.,
|
22 | 22 | # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
23 | 23 | #
|
24 | 24 |
|
25 | 25 | SET(CONNECTOR_MAJOR "1")
|
26 | 26 | SET(CONNECTOR_MINOR "1")
|
27 |
| -SET(CONNECTOR_PATCH "6") |
| 27 | +SET(CONNECTOR_PATCH "7") |
28 | 28 | SET(CONNECTOR_LEVEL "") # "-alpha", "-beta", empty if GA
|
29 | 29 | SET(CONNECTOR_QUALITY "GA")
|
30 | 30 |
|
@@ -58,6 +58,6 @@ SET(CPACK_PACKAGE_RELEASE_TYPE "")
|
58 | 58 | IF(EXTRA_VERSION)
|
59 | 59 | SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${EXTRA_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}")
|
60 | 60 | ELSE(EXTRA_VERSION)
|
61 |
| - SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}") |
| 61 | + SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}") |
62 | 62 | ENDIF(EXTRA_VERSION)
|
63 | 63 |
|
0 commit comments