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>2017-08-09 14:56:36 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2017-08-09 14:56:36 +0300
commit892352ed8efdc17fc736e00c6b00c4a69da33330 (patch)
tree9034bf0799e8a49473189ca62aa8546227802479 /CMakeLists.txt
parent61d29212f5544afe9068158b21bb5f53a1357332 (diff)
2.0.52.0.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67307f1e..b47f1b0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -249,10 +249,10 @@ else (SPECTRUM_VERSION)
OUTPUT_VARIABLE GIT_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
- set(SPECTRUM_VERSION 2.0.4-git-${GIT_REVISION})
+ set(SPECTRUM_VERSION 2.0.5-git-${GIT_REVISION})
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
- set(SPECTRUM_VERSION 2.0.4)
+ set(SPECTRUM_VERSION 2.0.5)
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif (SPECTRUM_VERSION)