diff options
author | John Wiegley <johnw@newartisans.com> | 2014-04-13 23:26:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-13 23:26:49 -0500 |
commit | 57870f1be87383bf1bc3d7d9a06e411546fb6801 (patch) | |
tree | a9fa888ac12e6cdfd1674f91e7bb11dd583428e8 /CMakeLists.txt | |
parent | 78a6d35faa228808fdd634378dc02d0bfe1a0207 (diff) | |
download | fork-ledger-57870f1be87383bf1bc3d7d9a06e411546fb6801.tar.gz fork-ledger-57870f1be87383bf1bc3d7d9a06e411546fb6801.tar.bz2 fork-ledger-57870f1be87383bf1bc3d7d9a06e411546fb6801.zip |
Bump the date in the version number
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 c60cdce2..b6547f45 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 1) -set(Ledger_VERSION_DATE 20140327) +set(Ledger_VERSION_DATE 20140413) enable_testing() |