Skip to content

Commit

Permalink
e Changes for v.3.4.0
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Jun 2, 2019
1 parent 9210717 commit a3a0bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/HowToRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

Preparation:

* Push all changes
* Check that the [builds are passing](https://github.com/approvals/ApprovalTests.cpp/commits/master)
* Compile and run all tests locally
* Write summary of changes since last release, based on changes since [the last release](https://github.com/approvals/ApprovalTests.cpp/releases)
* Determine the semantic version number
* Update the version number in [build_hpp.sh](/build/build_hpp.sh)
Expand Down
2 changes: 1 addition & 1 deletion build/build_hpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e
set -o pipefail

LAST_VERSION="v.3.3.0"
LAST_VERSION="v.3.4.0"
VERSION="v.X.X.X"

PUSH_TO_PRODUCTION="true"
Expand Down

0 comments on commit a3a0bb9

Please sign in to comment.