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

Skip to content

Commit 4f9741c

Browse files
committed
Version update in develop.
1 parent 979d18f commit 4f9741c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.4")
11+
set(PROJECT_VERSION "0.4.5")
1212
project(solidity VERSION ${PROJECT_VERSION})
1313

1414
# Let's find our dependencies

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 0.4.5 (unreleased)
2+
13
### 0.4.4 (2016-10-31)
24

35
Bugfixes:

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.4'
59+
version = '0.4.5'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.4.4-develop'
61+
release = '0.4.5-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)