Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Mar 3, 2023
1 parent ce9a0bf commit 5c107db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PROJECT(ledger)

set(Ledger_VERSION_MAJOR 3)
set(Ledger_VERSION_MINOR 3)
set(Ledger_VERSION_PATCH 0)
set(Ledger_VERSION_PATCH 1)
set(Ledger_VERSION_PRERELEASE "")
set(Ledger_VERSION_DATE 20230208)
set(Ledger_VERSION_DATE 20230303)

set(Ledger_TEST_TIMEZONE "America/Chicago")

Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ledger NEWS

## 3.3.1 (unreleased)
## 3.3.1 (2023-03-03)

- Fix regression leading to incorrect error about `format` directives (bug #2205)

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
in with pkgs; {
ledger = stdenv.mkDerivation {
pname = "ledger";
version = "3.3.0-${self.shortRev or "dirty"}";
version = "3.3.1-${self.shortRev or "dirty"}";

src = self;

Expand Down

0 comments on commit 5c107db

Please sign in to comment.