Skip to content

Commit

Permalink
Release SSCG 3.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
  • Loading branch information
sgallagher committed Jan 16, 2023
1 parent 6699b96 commit 252b115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('sscg', 'c',
version : '3.0.2',
version : '3.0.3',
default_options : [
'buildtype=debugoptimized',
'c_std=gnu99',
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ git push origin main
git push origin tag ${tagname}

# Create the release
gh release create --notes "" --title "SSCG ${_arg_version}" ${tagname}
gh release create --generate-notes ${tagname}


# ^^^ TERMINATE YOUR CODE BEFORE THE BOTTOM ARGBASH MARKER ^^^
Expand Down

0 comments on commit 252b115

Please sign in to comment.