gnucash maint: Fix version in CMakeLists.txt.

John Ralls jralls at code.gnucash.org
Sat Sep 17 17:41:15 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/84d15a26 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3e7022b7 (commit)



commit 84d15a266af4bca1c6a375b1be48c0404ef839f2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 17 14:40:59 2016 -0700

    Fix version in CMakeLists.txt.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d33ba76..308d9a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ ENABLE_TESTING()
 # Version number of gnucash
 SET (GNUCASH_MAJOR_VERSION 2)
 SET (GNUCASH_MINOR_VERSION 6)
-SET (GNUCASH_MICRO_VERSION 13)
+SET (GNUCASH_MICRO_VERSION 14)
 SET (GNUCASH_NANO_VERSION 0)
 SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
 SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
diff --git a/NEWS b/NEWS
index 6c5aa98..9ed2c77 100644
--- a/NEWS
+++ b/NEWS
@@ -8,21 +8,24 @@ The GnuCash development team proudly announces GnuCash 2.6.14, the
 fourteenth maintenance release in the 2.6-stable series.
 
 The following bugs are fixed:
-Bug 643025 - RFE: Ability to select and open multiple invoices.
-Bug 733153 - Ambiguous view of buttons in search dialog Linux version.
-Bug 742461 - SQL backend doesn't update customer info.
-Bug 756416 - CSV data with Posted information will always have last invoice not posted.
-Bug 761667 - Crash opening associated location that has no scheme.
-Bug 762901 - [PATCH] Fix saving Account Treeview sort order.
-Bug 769730 - Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open.
-Bug 769746 - Zero interest loan formula fails.
-Bug 770113 - compiling issue with libdbi.
-Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved.
-Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
-Bug 770196 - cppcheck va_list not closed.
-Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
-Bug 770303 - Incorrect commodity match during import OFX and possible solution.
-Bug 771379 - GnuCash doesn't support Russian Ruble Symbol.
+    Bug 643025 - RFE: Ability to select and open multiple invoices.
+    Bug 733153 - Ambiguous view of buttons in search dialog Linux version.
+    Bug 742461 - SQL backend doesn't update customer info.
+    Bug 756416 - CSV data with Posted information will always have last
+    	         invoice not posted.
+    Bug 761667 - Crash opening associated location that has no scheme.
+    Bug 762901 - Fix saving Account Treeview sort order.
+    Bug 769730 - Investments: Lots in This Account, Closed column shows
+                 date 25/11/1833 instead of Open.
+    Bug 769746 - Zero interest loan formula fails.
+    Bug 770113 - compiling issue with libdbi.
+    Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved.
+    Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
+    Bug 770196 - cppcheck va_list not closed.
+    Bug 770303 - Incorrect commodity match during import OFX and possible
+                 solution.
+    Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
+    Bug 771379 - GnuCash doesn't support Russian Ruble Symbol.
 
 Other repairs that weren't marked as bugs in git:
      Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo.



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 33 ++++++++++++++++++---------------
 2 files changed, 19 insertions(+), 16 deletions(-)



More information about the gnucash-changes mailing list