Changeset - 2c338a2447e6
[Not reviewed]
2.0.3
0 2 0
Jan Kaluza - 9 years ago 2016-02-29 20:06:36
jkaluza@redhat.com
Preparation for 2.0.3
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -261,10 +261,10 @@ else (SPECTRUM_VERSION)
 
						OUTPUT_VARIABLE GIT_REVISION
 
						OUTPUT_STRIP_TRAILING_WHITESPACE
 
		)
 
		set(SPECTRUM_VERSION 2.0.2-git-${GIT_REVISION})
 
		set(SPECTRUM_VERSION 2.0.3-git-${GIT_REVISION})
 
		ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
 
	else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
 
		set(SPECTRUM_VERSION 2.0.2)
 
		set(SPECTRUM_VERSION 2.0.3)
 
		ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
 
	endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
 
endif (SPECTRUM_VERSION)
ChangeLog
Show inline comments
 
Version 2.0.3 (2016-03-xx):
 
Version 2.0.3 (2016-02-29):
 
	General:
 
	* Swift 3.0rc2 is now minimum Swift 3.x version needed to compile Spectrum2,
 
	  Swith 2.x remains supported.
0 comments (0 inline, 0 general)