summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-04-13 23:26:49 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-04-13 23:26:49 -0500
commit57870f1be87383bf1bc3d7d9a06e411546fb6801 (patch)
treea9fa888ac12e6cdfd1674f91e7bb11dd583428e8 /CMakeLists.txt
parent78a6d35faa228808fdd634378dc02d0bfe1a0207 (diff)
downloadfork-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.txt2
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()