Skip to content

Commit 39a0a81

Browse files
committed
Release 3.9.1
1 parent 5481024 commit 39a0a81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
ChangeLog file for safeclib
33

4+
Changes in 3.9.1
5+
- Forgot to bump SO_VERSION and API_VERSION to 3.9
6+
47
Changes in 3.9
58
- Add long double support to vsnprintf_s. GH #103
69
With fixes for %a, %g, %G, %#g.

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1172,9 +1172,9 @@ AC_SUBST([TARBALL_VERSION_FILE])
11721172
# version information, refer to the libtool manual, section "Updating
11731173
# library version information":
11741174
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
1175-
AC_SUBST([SAFEC_SO_VERSION], [3:8:0])
1175+
AC_SUBST([SAFEC_SO_VERSION], [3:9:0])
11761176
# no patch version here
1177-
AC_SUBST([SAFEC_API_VERSION], [3.8])
1177+
AC_SUBST([SAFEC_API_VERSION], [3.9])
11781178

11791179
AC_MSG_CHECKING([package version])
11801180
AC_MSG_RESULT($PACKAGE_VERSION)

0 commit comments

Comments
 (0)