Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2018-09-22 00:03:40 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2018-09-22 00:03:40 +0300
commit782a505cf1a1889c1ff1bf32017d29c3701d19a2 (patch)
tree9734ff806d49227075dc260130c1e5c88817d3a6 /CMakeLists.txt
parentbe3af42a21a7d86712bef28dc112d79a2e164087 (diff)
2.0.9 ChangeLog2.0.9
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 27633c27..c22afab6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -237,7 +237,7 @@ else (SPECTRUM_VERSION)
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
- set(SPECTRUM_VERSION 2.0.8)
+ set(SPECTRUM_VERSION 2.0.9)
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif (SPECTRUM_VERSION)