Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed May 18, 2021
1 parent 70244b2 commit dcb9502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,6 @@ Syntastic settings for ViM and NeoVim:

## General info

* Version: 3.2.7
* Version: 3.2.8
* License: BSD-3
* Author: Alexander F. Rødseth <[email protected]>
2 changes: 1 addition & 1 deletion system/homebrew/cxx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class CXX < Formula
desc "Configuration-free build system for C++20 executables"
homepage "https://github.com/xyproto/cxx"
url "https://github.com/xyproto/cxx.git",
:tag => "3.2.7",
:tag => "3.2.8",
:revision => "asdf"
sha256 "asdf"
version_scheme 1
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# The current version goes here, as the default value
VERSION=${1:-'3.2.7'}
VERSION=${1:-'3.2.8'}

if [ -z "$1" ]; then
echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"
Expand Down

0 comments on commit dcb9502

Please sign in to comment.