summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--default.nix4
-rw-r--r--doc/NEWS.md2
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)