We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8751f3 commit 93c1081Copy full SHA for 93c1081
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
3
project("odil")
4
set(odil_MAJOR_VERSION 0)
5
set(odil_MINOR_VERSION 9)
6
-set(odil_PATCH_VERSION 0)
+set(odil_PATCH_VERSION 1)
7
set(odil_VERSION
8
${odil_MAJOR_VERSION}.${odil_MINOR_VERSION}.${odil_PATCH_VERSION})
9
documentation/conf.py
@@ -74,9 +74,9 @@
74
# built documents.
75
#
76
# The short X.Y version.
77
-version = '0.9.0'
+version = '0.9.1'
78
# The full version, including alpha/beta/rc tags.
79
-release = '0.9.0'
+release = '0.9.1'
80
81
# The language for content autogenerated by Sphinx. Refer to documentation
82
# for a list of supported languages.
0 commit comments