Skip to content

Commit

Permalink
update the revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
rvianello committed Dec 23, 2020
1 parent 6cd782c commit 36276c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14)

project(chemicalite)

set(CHEMICALITE_VERSION "2020.12.4")
set(CHEMICALITE_VERSION "2020.12.5")

add_compile_definitions("CHEMICALITE_VERSION=${CHEMICALITE_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2020.12'
# The full version, including alpha/beta/rc tags.
release = '2020.12.4'
release = '2020.12.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 36276c6

Please sign in to comment.