diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 14:54:42 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-30 04:21:16 +0100 |
commit | 2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c (patch) | |
tree | d19235a13323d5aa2f5600db32a8202c32b52c79 /config.h.in | |
parent | df9393778977a6d9a88ecd78988250280854516a (diff) | |
download | json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.tar.gz json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.tar.xz json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.zip |
Bump minimum CMake version to 3.0
A nice, round number. This allows us to remove some boilerplate.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index b7b4101..87e075c 100644 --- a/config.h.in +++ b/config.h.in @@ -2,7 +2,7 @@ #define CONFIG_H #define PROGRAM_NAME "${PROJECT_NAME}" -#define PROGRAM_VERSION "${project_VERSION}" +#define PROGRAM_VERSION "${PROJECT_VERSION}" #cmakedefine HAVE_READLINE #cmakedefine HAVE_EDITLINE |