Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
a2cc4e06
Commit
a2cc4e06
authored
Dec 17, 2013
by
Richard Hughes
Browse files
trivial: Post release version bump
parent
96ec6e82
Changes
2
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
a2cc4e06
...
...
@@ -2,7 +2,7 @@ GNOME Software Release Notes
1. Write NEWS entries for gnome-software in the same format as usual.
Version 3.11.
3
Version 3.11.
4
~~~~~~~~~~~~~~
Released: 2013-xx-xx
...
...
@@ -10,12 +10,12 @@ Released: 2013-xx-xx
* New Features:
* Bugfix:
git shortlog GNOME_SOFTWARE_3_11_
2
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
git shortlog GNOME_SOFTWARE_3_11_
3
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
3. Commit changes in gnome-software git:
git commit -a -m "Release version 3.11.
3
"
git tag -s GNOME_SOFTWARE_3_11_
3
-m "==== Version 3.11.
3
===="
git commit -a -m "Release version 3.11.
4
"
git tag -s GNOME_SOFTWARE_3_11_
4
-m "==== Version 3.11.
4
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
a2cc4e06
# Copyright (C) 2010-2012 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-software],[3.11.
3
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
AC_INIT([gnome-software],[3.11.
4
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_HEADERS([config.h])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment