diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-03-27 08:49:29 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2014-03-27 08:49:29 +0100 |
commit | 811b0325204f4881ae5f8cb935864ecf7cc9211f (patch) | |
tree | 14e6252cfccfba0f85edf678000b913709a17a9e /CMakeLists.txt | |
parent | b9078dc93ffdb526efd0a859a73cc3076108f6b2 (diff) | |
download | fork-ledger-811b0325204f4881ae5f8cb935864ecf7cc9211f.tar.gz fork-ledger-811b0325204f4881ae5f8cb935864ecf7cc9211f.tar.bz2 fork-ledger-811b0325204f4881ae5f8cb935864ecf7cc9211f.zip |
Bump ledger version components in cmake
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 4cd56027..c60cdce2 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 0) -set(Ledger_VERSION_DATE 20130529) +set(Ledger_VERSION_PATCH 1) +set(Ledger_VERSION_DATE 20140327) enable_testing() |