Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa48008

Browse files
authored
Merge pull request argotorg#1405 from ethereum/version
Update version.
2 parents 5ebd31c + 3f48c65 commit aa48008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(EthPolicy)
88
eth_policy()
99

1010
# project name and version should be set after cmake_policy CMP0048
11-
set(PROJECT_VERSION "0.4.5")
11+
set(PROJECT_VERSION "0.4.6")
1212
project(solidity VERSION ${PROJECT_VERSION})
1313

1414
# Let's find our dependencies

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def setup(sphinx):
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.4.5'
59+
version = '0.4.6'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.4.5-develop'
61+
release = '0.4.6-develop'
6262

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

0 commit comments

Comments
 (0)