Skip to content

Commit

Permalink
Release GnuCash 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 31, 2017
1 parent 0c6e2eb commit ac05578
Show file tree
Hide file tree
Showing 5 changed files with 1,002 additions and 10 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Frank Ellenberger: Currencies
Rob Gowin: CMake build system
Robert Fewell: GUI Development
Geert Janssens: General Development and Maintenance
Christopher Lam: Scheme Development and Maintenance
Aaron Laws: General Development
John Ralls: General Development and Maintenance
Christian Stimming: Administration
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ ENABLE_TESTING()
# Version number of gnucash
SET (GNUCASH_MAJOR_VERSION 2)
SET (GNUCASH_MINOR_VERSION 7)
SET (GNUCASH_MICRO_VERSION 2)
SET (GNUCASH_MICRO_VERSION 3)
SET (GNUCASH_NANO_VERSION 0)
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)

SET (PACKAGE gnucash)
SET (PACKAGE_NAME GnuCash)
SET (PACKAGE_VERSION 2.7.2)
SET (PACKAGE_VERSION 2.7.3)
SET (PACKAGE_BUGREPORT [email protected])
SET (PACKAGE_TARNAME ${PACKAGE})
SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
Expand Down
Loading

0 comments on commit ac05578

Please sign in to comment.