Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ebd31c + 3f48c65 commit aa48008Copy full SHA for aa48008
CMakeLists.txt
@@ -8,7 +8,7 @@ include(EthPolicy)
8
eth_policy()
9
10
# project name and version should be set after cmake_policy CMP0048
11
-set(PROJECT_VERSION "0.4.5")
+set(PROJECT_VERSION "0.4.6")
12
project(solidity VERSION ${PROJECT_VERSION})
13
14
# Let's find our dependencies
docs/conf.py
@@ -56,9 +56,9 @@ def setup(sphinx):
56
# built documents.
57
#
58
# The short X.Y version.
59
-version = '0.4.5'
+version = '0.4.6'
60
# The full version, including alpha/beta/rc tags.
61
-release = '0.4.5-develop'
+release = '0.4.6-develop'
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
0 commit comments