diff options
author | John Wiegley <johnw@newartisans.com> | 2014-06-08 06:42:29 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-06-08 06:42:29 -0500 |
commit | 3bfd8e71a2e08e96a877147d5cded70c60215f84 (patch) | |
tree | 15b830a3c723e78a8f48666f0d4d56abbc75fa3e /CMakeLists.txt | |
parent | 365781433c914e3ab374a8dfc1b612731def7341 (diff) | |
download | fork-ledger-3bfd8e71a2e08e96a877147d5cded70c60215f84.tar.gz fork-ledger-3bfd8e71a2e08e96a877147d5cded70c60215f84.tar.bz2 fork-ledger-3bfd8e71a2e08e96a877147d5cded70c60215f84.zip |
Bump version numbers everywhere to 3.0.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a22a6047..8a5fc850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 0) -set(Ledger_VERSION_PATCH 2) -set(Ledger_VERSION_DATE 20140507) +set(Ledger_VERSION_PATCH 3) +set(Ledger_VERSION_DATE 20140608) enable_testing() |