Updated library version numbers to 0.2.0
parent
16205d29b6
commit
80999251ef
|
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
project(libicsneo VERSION 0.1.1)
|
project(libicsneo VERSION 0.2.0)
|
||||||
|
|
||||||
option(BUILD_TESTS "Build all tests." OFF)
|
option(BUILD_TESTS "Build all tests." OFF)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,9 @@ author = 'Intrepid Control Systems, Inc.'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.1.0'
|
version = '0.2.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.1.0 '
|
release = '0.2.0 '
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue