index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2018-05-28 09:38:29 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-28 09:38:29 +1000 |
commit | be4c491ceb34f04c3352ddd1d3c4672560e7ea8c (patch) | |
tree | f0024bbb10d64da32154c9775c7c7fd7ae3f8cb4 | |
parent | ca128f2efff05449c4c6888fcb15136bd518cae5 (diff) |
-rw-r--r-- | RELEASE | 4 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | doc/index.asciidoc | 1 |
@@ -8,8 +8,8 @@ The following checklist should be used for making a pacman release. - Update NEWS and README files - Pull translation updates from Transifex - Update version in configure.ac as described in file -- Update doc/index.txt -- Create a signed git tag (git tag -x vX.Y.Z -m "commit message") +- Update doc/index.asciidoc +- Create a signed git tag (git tag -s vX.Y.Z -m "commit message") - Create and sign release tarballs (generate with "make distcheck") - Update pacman website diff --git a/configure.ac b/configure.ac index a820b6de..fb9d18e1 100644 --- a/configure.ac +++ b/configure.ac @@ -41,13 +41,13 @@ AC_PREREQ(2.64) # Bugfix releases: # pacman_version_micro += 1 -m4_define([lib_current], [10]) -m4_define([lib_revision], [1]) +m4_define([lib_current], [11]) +m4_define([lib_revision], [0]) m4_define([lib_age], [0]) m4_define([pacman_version_major], [5]) -m4_define([pacman_version_minor], [0]) -m4_define([pacman_version_micro], [1]) +m4_define([pacman_version_minor], [1]) +m4_define([pacman_version_micro], [0]) m4_define([pacman_version], [pacman_version_major.pacman_version_minor.pacman_version_micro]) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index 48510830..7d30e11d 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -75,6 +75,7 @@ Releases [frame="topbot",grid="none",options="header,autowidth"] !====== !Version !Date +!5.1.0 !2017-05-28 !5.0.1 !2016-02-23 !5.0.0 !2016-01-30 !4.2.1 !2015-02-20 |