diff options
author | Craig Earls <enderw88@gmail.com> | 2013-05-23 21:11:59 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-05-23 21:11:59 -0700 |
commit | a2518fa2a138e5836e00b080e817337b7584d5ac (patch) | |
tree | f375aeacb63a1a0dbf46e971bd38fc16ceb97d29 /CMakeLists.txt | |
parent | 5c462273d94af56c3ab5a0389257b7ff15e4beb7 (diff) | |
parent | 900af573319c3787854abc5653c8133d37eb013f (diff) | |
download | fork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.tar.gz fork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.tar.bz2 fork-ledger-a2518fa2a138e5836e00b080e817337b7584d5ac.zip |
Merge commit '900af573319c3787854abc5653c8133d37eb013f'
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() |