Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Mar 13, 2018
1 parent 3e0d26c commit b8c77ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Autoconf.
#
AC_PREREQ(2.68)
AC_INIT([FrobTADS],[1.2.3],[[email protected]],[frobtads])
AC_INIT([FrobTADS],[1.2.4],[[email protected]],[frobtads])
AC_CONFIG_SRCDIR(src/osfrobtads.h)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand All @@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE([-Wall foreign])
# new version of the base code. Note that this is a string, not a
# number.
#
AC_DEFINE([TADS_OEM_VERSION], ["1"], [Current TADS OEM version.])
AC_DEFINE([TADS_OEM_VERSION], ["2"], [Current TADS OEM version.])

# The current maintainer of FrobTADS. Don't include an email address;
# the email should be specified in the AC_INIT invocation above.
Expand Down

0 comments on commit b8c77ed

Please sign in to comment.