diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 17:28:39 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 17:28:39 +0300 |
| commit | 8a39696ca78d80e55af0c2730b5d3635601174d9 (patch) | |
| tree | 290c7f41836164cab3ed96d92ce7bfcf5ccfaf97 | |
| parent | 9158155d3beefd077419a86116f98725ca1fb33d (diff) | |
Set version to 0.9.0 in preparation for release.
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 720c483..9bd4e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.8) project (sstv LANGUAGES C CXX) # Version -set (VERSION_MAJOR 1) -set (VERSION_MINOR 0) +set (VERSION_MAJOR 0) +set (VERSION_MINOR 9) set (VERSION_PATCH 0) # Limtis @@ -59,4 +59,4 @@ if (BUILD_TOOLS) set_property (TARGET ${PROJECT_NAME}-encode PROPERTY CXX_STANDARD 14) target_include_directories(${PROJECT_NAME}-encode PUBLIC "${SRC_DIR}/tools" PUBLIC "${INCLUDE_DIR}" PUBLIC "${ImageMagick_INCLUDE_DIRS}") target_link_libraries (${PROJECT_NAME}-encode ${PROJECT_NAME} glog gflags sndfile ${ImageMagick_LIBRARIES}) -endif (BUILD_TOOLS)
\ No newline at end of file +endif (BUILD_TOOLS) |
