diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-03-31 11:03:33 +0700 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-03-31 11:03:33 +0700 |
commit | cd7297ed44671ea6c6a8eda93c94e5fbfa794243 (patch) | |
tree | bf686c96258ef307dec9e568ce5c300228aa2441 | |
parent | fbf8b2458c6ae3ad2ed2bf0575b94800722d5a04 (diff) | |
download | fork-ledger-cd7297ed44671ea6c6a8eda93c94e5fbfa794243.tar.gz fork-ledger-cd7297ed44671ea6c6a8eda93c94e5fbfa794243.tar.bz2 fork-ledger-cd7297ed44671ea6c6a8eda93c94e5fbfa794243.zip |
Release 3.1.3
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | default.nix | 4 | ||||
-rw-r--r-- | doc/NEWS.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b572aa8b..9a6ceae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 1) -set(Ledger_VERSION_PATCH 2) +set(Ledger_VERSION_PATCH 3) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20190205) +set(Ledger_VERSION_DATE 20190331) set(Ledger_TEST_TIMEZONE "America/Chicago") diff --git a/default.nix b/default.nix index 1058397d..f5e3dddd 100644 --- a/default.nix +++ b/default.nix @@ -2,8 +2,8 @@ , texinfo, gnused }: let - version = "3.1.2"; - rev = "20190105"; + version = "3.1.3"; + rev = "20190331"; in stdenv.mkDerivation { diff --git a/doc/NEWS.md b/doc/NEWS.md index f8196a20..76f4d983 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,6 +1,6 @@ # Ledger NEWS -## 3.1.3 (unreleased) +## 3.1.3 (2019-03-31) - Properly reject postings with a comment right after the flag (bug #1753) |