mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
Post release version bump
This commit is contained in:
parent
e66e8dc5f8
commit
93476469aa
2 changed files with 6 additions and 6 deletions
8
README
8
README
|
@ -4,7 +4,7 @@ fast and convenient tool to visualize the history of git repositories.
|
|||
Besides visualization, gitg also provides several utilities to manage your
|
||||
repository and commit your work.
|
||||
|
||||
The latest version of gitg is 3.21.91.
|
||||
The latest version of gitg is 3.23.0.
|
||||
|
||||
Website: https://wiki.gnome.org/Apps/Gitg
|
||||
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
|
||||
|
@ -12,12 +12,12 @@ Download: http://download.gnome.org/sources/gitg/
|
|||
Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
|
||||
|
||||
= Installing gitg =
|
||||
To install the latest version of gitg, make sure to download gitg-3.21.91.0.tar.xz
|
||||
To install the latest version of gitg, make sure to download gitg-3.23.0.tar.xz
|
||||
from the download site. After downloading the following procedure installs
|
||||
gitg:
|
||||
|
||||
$ tar Jxf gitg-3.21.91.0.tar.xz
|
||||
$ cd gitg-3.21.91.0
|
||||
$ tar Jxf gitg-3.23.0.tar.xz
|
||||
$ cd gitg-3.23.0
|
||||
$ ./configure
|
||||
$ make
|
||||
$ sudo make install
|
||||
|
|
|
@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_PREREQ([2.64])
|
||||
|
||||
m4_define(gitg_major_version, 3)
|
||||
m4_define(gitg_minor_version, 21)
|
||||
m4_define(gitg_micro_version, 91)
|
||||
m4_define(gitg_minor_version, 23)
|
||||
m4_define(gitg_micro_version, 0)
|
||||
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
|
||||
|
||||
AC_INIT([gitg],
|
||||
|
|
Loading…
Reference in a new issue