diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -orcus <next> +orcus 0.17.2 * ods diff --git a/CMakeLists.txt b/CMakeLists.txt index def2fb87..c5235a1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(SET CMP0048 NEW) set(ORCUS_MAJOR_VERSION 0) set(ORCUS_MINOR_VERSION 17) -set(ORCUS_MICRO_VERSION 1) +set(ORCUS_MICRO_VERSION 2) set(ORCUS_MAJOR_API_VERSION 0) set(ORCUS_MINOR_API_VERSION 17) set(ORCUS_VERSION ${ORCUS_MAJOR_VERSION}.${ORCUS_MINOR_VERSION}.${ORCUS_MICRO_VERSION}) diff --git a/configure.ac b/configure.ac index 52d4f65a..65876fa7 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ([2.65]) # =================== m4_define([orcus_major_version], [0]) m4_define([orcus_minor_version], [17]) -m4_define([orcus_micro_version], [1]) +m4_define([orcus_micro_version], [2]) m4_define([orcus_version], [orcus_major_version.orcus_minor_version.orcus_micro_version]) # =============== diff --git a/doc/conf.py b/doc/conf.py index 5f913a02..f90713dd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,7 +67,7 @@ copyright = '2021, Kohei Yoshida' # The short X.Y version. version = '0.17' # The full version, including alpha/beta/rc tags. -release = '0.17.1' +release = '0.17.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |