Release 2.6.12

This commit is contained in:
John Ralls
2016-03-25 19:43:22 -07:00
parent 6cf1700650
commit ed11f6d1d5
3 changed files with 504 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
# Autoconf initialization
AC_PREREQ(2.60)
AC_INIT([GnuCash], [2.6.11], [gnucash-devel@gnucash.org])
AC_INIT([GnuCash], [2.6.12], [gnucash-devel@gnucash.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
AC_CONFIG_MACRO_DIR([macros])