commit | 295e73ff3c65fa965f623a449bb11c6cd5e61b15 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Thu Mar 05 18:14:58 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Thu Mar 05 18:27:39 2015 -0600 |
tree | 4a2cd5d1e6106b920373e83906850cef19357545 | |
parent | 2a840c105ccfacf22df0070b3e087c499e7a3fc9 [diff] [blame] |
generate both version.h and version from CMakelists.txt This forces consistency, since they will be re-generated whenever a git operation alters CMakelists.txt. They are still in the repo because users might not actually run cmake.
diff --git a/version.in b/version.in new file mode 100644 index 0000000..bfc03f7 --- /dev/null +++ b/version.in
@@ -0,0 +1 @@ +@JSONCPP_VERSION@