diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-23 04:37:41 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-23 04:37:41 -0500 |
commit | 7108f25590adc18adc70d0ba77f0d3931796ea04 (patch) | |
tree | 4e3e62b5fa314c8ffc2d3c484e54b3eec2fdfc4b /CMakeLists.txt | |
parent | 9f68d1799a96ac643741a58260a1b4eebdeffaf0 (diff) | |
download | fork-ledger-7108f25590adc18adc70d0ba77f0d3931796ea04.tar.gz fork-ledger-7108f25590adc18adc70d0ba77f0d3931796ea04.tar.bz2 fork-ledger-7108f25590adc18adc70d0ba77f0d3931796ea04.zip |
Bump version date to 20130523. 3.0 Release Candidate
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f18df69a..9f8d8a87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 0) set(Ledger_VERSION_PATCH 0) -set(Ledger_VERSION_DATE 20120518) +set(Ledger_VERSION_DATE 20130523) enable_testing() |