~mysql/myodbc/3.51

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: lawrin
  • Date: 2012-02-07 21:25:36 UTC
  • Revision ID: lawrenty.novitsky@oracle.com-20120207212536-qk841t7ggesf1w0s
Bumped version number after release
Also VERSIONINFO data has been added to the setup lib rc file. similar to how that is done in the driver.rc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# The MySQL Connector/ODBC is licensed under the terms of the GPLv2
4
4
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most 
44
44
AC_CANONICAL_SYSTEM
45
45
 
46
46
# When changing, also change VersionInfo.h and driver/myodbc3.def
47
 
AM_INIT_AUTOMAKE(mysql-connector-odbc,3.51.30)
 
47
AM_INIT_AUTOMAKE(mysql-connector-odbc,3.51.31)
48
48
 
49
49
myodbc_version=$VERSION
50
50
###################################################################