Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Feb 15, 2018
1 parent 2d44d5c commit afd8a97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions RELEASE.md
Expand Up @@ -3,11 +3,11 @@ GUsb Release Notes

Write `NEWS` entries for GUsb in the same format as usual.

git shortlog gusb_0_2_11.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog gusb_0_3_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
Version 0.2.12
~~~~~~~~~~~~~~
Released: 2017-xx-xx
Version 0.3.1
~~~~~~~~~~~~~
Released: 2018-xx-xx

Notes:

Expand All @@ -19,9 +19,9 @@ Write `NEWS` entries for GUsb in the same format as usual.
Update library version if new ABI or API in `meson.build`, commit, and build tarball:

# MAKE SURE THIS IS CORRECT
export release_ver="0.2.12"
export release_ver="0.3.1"

git commit -a -m "Release version ${release_ver"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
<gpg password>
ninja dist
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
version : '0.3.0',
version : '0.3.1',
license : 'LGPL-2.1+',
meson_version : '>=0.37.0',
default_options : ['c_std=c99']
Expand Down

0 comments on commit afd8a97

Please sign in to comment.