Skip to content

Commit

Permalink
Bump version: 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Apr 7, 2020
1 parent 7805c59 commit bab19ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.12.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

project("odil")

set(odil_VERSION 0.11.0)
set(odil_VERSION 0.12.0)
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" _ "${odil_VERSION}")
set(odil_MAJOR_VERSION "${CMAKE_MATCH_1}")
set(odil_MINOR_VERSION "${CMAKE_MATCH_2}")
Expand Down
8 changes: 4 additions & 4 deletions documentation/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ The system-specific instructions will detail how to install using pre-compiled p

.. code-block:: bash
wget https://github.com/lamyj/odil/archive/v0.11.0.tar.gz
tar -x -f v0.11.0.tar.gz
cd odil-0.11.0
wget https://github.com/lamyj/odil/archive/v0.12.0.tar.gz
tar -x -f v0.12.0.tar.gz
cd odil-0.12.0
You can also clone the `Git repository`_. Note that the latest Git version may not always compile; should it happen, you can keep your clone but check out the latest tagged version:

.. code-block:: bash
git clone https://github.com/lamyj/odil
cd odil
git checkout v0.11.0
git checkout v0.12.0
Build options
-------------
Expand Down

0 comments on commit bab19ea

Please sign in to comment.