-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version to 3.52.12 for final release
- Loading branch information
iODBC Maintainer
committed
Jul 12, 2016
1 parent
0d8d96c
commit eff60b4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ AC_REVISION($Id$) | |
## ## | ||
########################################################################## | ||
AC_INIT([iODBC Driver Manager], | ||
[3.52.12-dev], | ||
[3.52.12], | ||
[[email protected]], | ||
[libiodbc]) | ||
AC_CONFIG_SRCDIR([include/isql.h]) | ||
|
@@ -109,7 +109,7 @@ BUILD_VER="${BUILD_MAJOR}${BUILD_MINOR}" | |
# | ||
# Library version numbers | ||
# | ||
lib3_version=3:24:1 # ODBC 3.x mode | ||
lib3_version=3:25:1 # ODBC 3.x mode | ||
lib2_version=2:55:0 # ODBC 2.x mode (do not change) | ||
|
||
|
||
|