Skip to content

Commit 84d15a2

Browse files
committed
Fix version in CMakeLists.txt.
1 parent 3e7022b commit 84d15a2

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENABLE_TESTING()
1616
# Version number of gnucash
1717
SET (GNUCASH_MAJOR_VERSION 2)
1818
SET (GNUCASH_MINOR_VERSION 6)
19-
SET (GNUCASH_MICRO_VERSION 13)
19+
SET (GNUCASH_MICRO_VERSION 14)
2020
SET (GNUCASH_NANO_VERSION 0)
2121
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
2222
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)

NEWS

+18-15
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@ The GnuCash development team proudly announces GnuCash 2.6.14, the
88
fourteenth maintenance release in the 2.6-stable series.
99

1010
The following bugs are fixed:
11-
Bug 643025 - RFE: Ability to select and open multiple invoices.
12-
Bug 733153 - Ambiguous view of buttons in search dialog Linux version.
13-
Bug 742461 - SQL backend doesn't update customer info.
14-
Bug 756416 - CSV data with Posted information will always have last invoice not posted.
15-
Bug 761667 - Crash opening associated location that has no scheme.
16-
Bug 762901 - [PATCH] Fix saving Account Treeview sort order.
17-
Bug 769730 - Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open.
18-
Bug 769746 - Zero interest loan formula fails.
19-
Bug 770113 - compiling issue with libdbi.
20-
Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved.
21-
Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
22-
Bug 770196 - cppcheck va_list not closed.
23-
Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
24-
Bug 770303 - Incorrect commodity match during import OFX and possible solution.
25-
Bug 771379 - GnuCash doesn't support Russian Ruble Symbol.
11+
Bug 643025 - RFE: Ability to select and open multiple invoices.
12+
Bug 733153 - Ambiguous view of buttons in search dialog Linux version.
13+
Bug 742461 - SQL backend doesn't update customer info.
14+
Bug 756416 - CSV data with Posted information will always have last
15+
invoice not posted.
16+
Bug 761667 - Crash opening associated location that has no scheme.
17+
Bug 762901 - Fix saving Account Treeview sort order.
18+
Bug 769730 - Investments: Lots in This Account, Closed column shows
19+
date 25/11/1833 instead of Open.
20+
Bug 769746 - Zero interest loan formula fails.
21+
Bug 770113 - compiling issue with libdbi.
22+
Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved.
23+
Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
24+
Bug 770196 - cppcheck va_list not closed.
25+
Bug 770303 - Incorrect commodity match during import OFX and possible
26+
solution.
27+
Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
28+
Bug 771379 - GnuCash doesn't support Russian Ruble Symbol.
2629

2730
Other repairs that weren't marked as bugs in git:
2831
Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo.

0 commit comments

Comments
 (0)