From bac4780e070d7168a44e9f4ce596d27614eda02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Tue, 3 Aug 2021 16:07:35 +0200 Subject: [PATCH] New minor release --- README.md | 2 +- system/homebrew/cxx.rb | 2 +- version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0adce5..22a2f8c 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,6 @@ Syntastic settings for ViM and NeoVim: ## General info -* Version: 3.2.8 +* Version: 3.3.0 * License: BSD-3 * Author: Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/system/homebrew/cxx.rb b/system/homebrew/cxx.rb index 8bfdb3c..b79b29a 100644 --- a/system/homebrew/cxx.rb +++ b/system/homebrew/cxx.rb @@ -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.8", + :tag => "3.3.0", :revision => "asdf" sha256 "asdf" version_scheme 1 diff --git a/version.sh b/version.sh index c714e1e..ab42f8e 100755 --- a/version.sh +++ b/version.sh @@ -4,7 +4,7 @@ # # The current version goes here, as the default value -VERSION=${1:-'3.2.8'} +VERSION=${1:-'3.3.0'} if [ -z "$1" ]; then echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"