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
073216e5
Commit
073216e5
authored
Sep 24, 2013
by
Richard Hughes
Browse files
trivial: Post branch version bump
parent
1ec04526
Changes
2
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
073216e5
...
...
@@ -2,7 +2,7 @@ GNOME Software Release Notes
1. Write NEWS entries for gnome-software in the same format as usual.
Version 3.1
0
.1
Version 3.1
1
.1
~~~~~~~~~~~~~~
Released: 2013-xx-xx
...
...
@@ -14,8 +14,8 @@ git shortlog GNOME_SOFTWARE_3_10_0.. | grep -i -v trivial | grep -v Merge | uniq
3. Commit changes in gnome-software git:
git commit -a -m "Release version 3.1
0
.1"
git tag -s GNOME_SOFTWARE_3_1
0
_1 -m "==== Version 3.1
0
.1 ===="
git commit -a -m "Release version 3.1
1
.1"
git tag -s GNOME_SOFTWARE_3_1
1
_1 -m "==== Version 3.1
1
.1 ===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
073216e5
# Copyright (C) 2010-2012 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-software],[3.1
0
.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
AC_INIT([gnome-software],[3.1
1
.1],[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