Skip to content

Commit

Permalink
bump up version number to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 4, 2024
1 parent e78cd4f commit bb75637
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.12...3.20.2 FATAL_ERROR)
project(DSQSS NONE)
set(DSQSS_VERSION 2.0.5)
set(DSQSS_VERSION 2.0.6)

message(STATUS "CMake version: " ${CMAKE_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.5'
release = u'2.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/jp/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.5'
release = u'2.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#ifndef SRC_COMMON_VERSION_H_
#define SRC_COMMON_VERSION_H_

#define DSQSS_VERSION "2.0.5"
#define DSQSS_VERSION "2.0.6"

#endif // SRC_COMMON_VERSION_H_
2 changes: 1 addition & 1 deletion tool/dsqss/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.5"
__version__ = "2.0.6"
2 changes: 1 addition & 1 deletion tool/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsqss"
version = "2.0.5"
version = "2.0.6"
description = "dsqss inputfile generator"
authors = ["DSQSS developers <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit bb75637

Please sign in to comment.