Skip to content

Commit be4c491

Browse files
committed
Release v.5.1.0
Signed-off-by: Allan McRae <[email protected]>
1 parent ca128f2 commit be4c491

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

RELEASE

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The following checklist should be used for making a pacman release.
88
- Update NEWS and README files
99
- Pull translation updates from Transifex
1010
- Update version in configure.ac as described in file
11-
- Update doc/index.txt
12-
- Create a signed git tag (git tag -x vX.Y.Z -m "commit message")
11+
- Update doc/index.asciidoc
12+
- Create a signed git tag (git tag -s vX.Y.Z -m "commit message")
1313
- Create and sign release tarballs (generate with "make distcheck")
1414
- Update pacman website
1515

configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ AC_PREREQ(2.64)
4141
# Bugfix releases:
4242
# pacman_version_micro += 1
4343

44-
m4_define([lib_current], [10])
45-
m4_define([lib_revision], [1])
44+
m4_define([lib_current], [11])
45+
m4_define([lib_revision], [0])
4646
m4_define([lib_age], [0])
4747

4848
m4_define([pacman_version_major], [5])
49-
m4_define([pacman_version_minor], [0])
50-
m4_define([pacman_version_micro], [1])
49+
m4_define([pacman_version_minor], [1])
50+
m4_define([pacman_version_micro], [0])
5151
m4_define([pacman_version],
5252
[pacman_version_major.pacman_version_minor.pacman_version_micro])
5353

doc/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Releases
7575
[frame="topbot",grid="none",options="header,autowidth"]
7676
!======
7777
!Version !Date
78+
!5.1.0 !2017-05-28
7879
!5.0.1 !2016-02-23
7980
!5.0.0 !2016-01-30
8081
!4.2.1 !2015-02-20

0 commit comments

Comments
 (0)