Skip to content

Commit b81b1c9

Browse files
committed
Version 1.0.1
1 parent c5d4d1d commit b81b1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([mdbtools],[1.0.0],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools])
2+
AC_INIT([mdbtools],[1.0.1],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
66
AM_INIT_AUTOMAKE([foreign dist-zip])
77

88
MDBTOOLS_VERSION_MAJOR=1
99
MDBTOOLS_VERSION_MINOR=0
10-
MDBTOOLS_VERSION_MICRO=0
10+
MDBTOOLS_VERSION_MICRO=1
1111

1212
# Update these numbers with every release
1313
# See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
14-
VERSION_INFO=4:0:1
14+
VERSION_INFO=4:1:1
1515
AC_SUBST(VERSION_INFO)
1616

1717
AM_MAINTAINER_MODE([enable])

0 commit comments

Comments
 (0)