Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed May 18, 2020
1 parent 2722dcd commit 56c42e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -4,9 +4,9 @@ PROJECT(ledger)

set(Ledger_VERSION_MAJOR 3)
set(Ledger_VERSION_MINOR 2)
set(Ledger_VERSION_PATCH 0)
set(Ledger_VERSION_PATCH 1)
set(Ledger_VERSION_PRERELEASE "")
set(Ledger_VERSION_DATE 20200501)
set(Ledger_VERSION_DATE 20200518)

set(Ledger_TEST_TIMEZONE "America/Chicago")

Expand Down
4 changes: 2 additions & 2 deletions default.nix
Expand Up @@ -15,8 +15,8 @@
}:

let
version = "3.2.0";
rev = "20200501";
version = "3.2.1";
rev = "20200518";
in

pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit 56c42e1

Please sign in to comment.