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:
authorJan Kaluza <jkaluza@redhat.com>2016-01-25 14:21:47 +0300
committerJan Kaluza <jkaluza@redhat.com>2016-01-25 14:21:47 +0300
commit21030465161a7bec1abd8ecc1200ca58dc265e5b (patch)
treee4848fd691e2f863d866f4c71c2028f8e2e07df7 /CMakeLists.txt
parent1bf36dbf68fe9ab25d1ff373bfd5f40c9651e3cf (diff)
Preparation for 2.0.1
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 6731c276..c5d8592f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -262,10 +262,10 @@ else (SPECTRUM_VERSION)
OUTPUT_VARIABLE GIT_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
- set(SPECTRUM_VERSION 2.0.0-git-${GIT_REVISION})
+ set(SPECTRUM_VERSION 2.0.1-git-${GIT_REVISION})
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
- set(SPECTRUM_VERSION 2.0.0)
+ set(SPECTRUM_VERSION 2.0.1)
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif (SPECTRUM_VERSION)