mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 13:02:18 +00:00
trivial: Post branch version bump
We've added enough new code to justify a minor bump.
This commit is contained in:
parent
6865dd3bac
commit
0f431da26f
4
RELEASE
4
RELEASE
@ -2,7 +2,7 @@ fwupd Release Notes
|
||||
|
||||
Write release entries:
|
||||
|
||||
git log --format="%s" --cherry-pick --right-only 1.2.10... | grep -i -v trivial | grep -v Merge | sort | uniq
|
||||
git log --format="%s" --cherry-pick --right-only 1.2.11... | grep -i -v trivial | grep -v Merge | sort | uniq
|
||||
Add any user visible changes into ../data/org.freedesktop.fwupd.metainfo.xml
|
||||
appstream-util appdata-to-news ../data/org.freedesktop.fwupd.metainfo.xml > NEWS
|
||||
|
||||
@ -17,7 +17,7 @@ git add ../po/*.po
|
||||
2. Commit changes to git:
|
||||
|
||||
# MAKE SURE THIS IS CORRECT
|
||||
export release_ver="1.2.11"
|
||||
export release_ver="1.3.1"
|
||||
|
||||
git commit -a -m "Release fwupd ${release_ver}"
|
||||
git tag -s -f -m "Release fwupd ${release_ver}" "${release_ver}"
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('fwupd', 'c',
|
||||
version : '1.2.11',
|
||||
version : '1.3.1',
|
||||
license : 'LGPL-2.1+',
|
||||
meson_version : '>=0.47.0',
|
||||
default_options : ['warning_level=2', 'c_std=c99'],
|
||||
|
Loading…
Reference in New Issue
Block a user