Skip to content

Commit

Permalink
* Updated version of package to 3.52.7 for final release
Browse files Browse the repository at this point in the history
* Updated library versions
  • Loading branch information
pkleef authored and iODBC Maintainer committed Sep 10, 2009
1 parent 8159588 commit bb59c10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IAFA-PACKAGE
@@ -1,6 +1,6 @@
Title: iODBC Driver Manager

Version: 3.52.5
Version: 3.52.7

Description: iODBC (independent Open Database Connectivity)
driver manager is compatible with ODBC 3.x specification
Expand Down
8 changes: 4 additions & 4 deletions configure.in
Expand Up @@ -81,7 +81,7 @@ AC_REVISION($Id$)
## ##
##########################################################################
AC_INIT([iODBC Driver Manager],
[3.52.6],
[3.52.7],
[iodbc@openlinksw.com],
[libiodbc])
AC_CONFIG_SRCDIR([include/isql.h])
Expand All @@ -102,14 +102,14 @@ AM_MAINTAINER_MODE
#
# Version information for SQLGetInfo(SQL_DM_VER) call
#
BUILD_MAJOR="6" # last digit of version number
BUILD_MINOR="071008" # year/month/day of release
BUILD_MAJOR="7" # last digit of version number
BUILD_MINOR="090909" # year/month/day of release
BUILD_VER="${BUILD_MAJOR}${BUILD_MINOR}"

#
# Library version numbers
#
lib3_version=3:18:1 # ODBC 3.x mode
lib3_version=3:19:1 # ODBC 3.x mode
lib2_version=2:55:0 # ODBC 2.x mode (do not change)


Expand Down
4 changes: 2 additions & 2 deletions debian/libiodbc2.lintian-overrides
@@ -1,2 +1,2 @@
libiodbc2: non-dev-pkg-with-shlib-symlink usr/lib/libiodbcinst.so.2.1.18 usr/lib/libiodbcinst.so
libiodbc2: non-dev-pkg-with-shlib-symlink usr/lib/libiodbc.so.2.1.18 usr/lib/libiodbc.so
libiodbc2: non-dev-pkg-with-shlib-symlink usr/lib/libiodbcinst.so.2.1.19 usr/lib/libiodbcinst.so
libiodbc2: non-dev-pkg-with-shlib-symlink usr/lib/libiodbc.so.2.1.19 usr/lib/libiodbc.so

0 comments on commit bb59c10

Please sign in to comment.