summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 1b2cabe..3feec99 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -19,7 +19,7 @@ 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.3.6"
+ export release_ver="0.3.7"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"