diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-26 19:41:00 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-26 19:41:00 +0100 |
commit | 0a08c04b0d754d58db59fcbc19b4cea747ff5f66 (patch) | |
tree | 894554c35009186bd5b891be9efc84bc9ba99bfc | |
parent | ceddc2c2ce3e4fb669e4f910e5783dc23b06f518 (diff) | |
download | libuecc-46cc79b5cf6303a824454690110e187aaa0a4baf.tar libuecc-46cc79b5cf6303a824454690110e187aaa0a4baf.zip |
libuecc v5v5
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3479c1e..cae20ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(LIBUECC C) -set(PROJECT_VERSION 4) +set(PROJECT_VERSION 5) set(CMAKE_MODULE_PATH ${LIBUECC_SOURCE_DIR}) |