Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pgsql-patches:eselect commit in: /
Date: Sat, 27 Jul 2013 21:43:04
Message-Id: 1374961350.0d62f2dcfea3a6451fe2ab88190971c1588c0cb1.titanofold@gentoo
1 commit: 0d62f2dcfea3a6451fe2ab88190971c1588c0cb1
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 27 21:42:30 2013 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 27 21:42:30 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=0d62f2dc
7
8 Bump version number.
9
10 ---
11 postgresql.eselect | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/postgresql.eselect b/postgresql.eselect
15 index d8c4991..2de4f71 100644
16 --- a/postgresql.eselect
17 +++ b/postgresql.eselect
18 @@ -6,7 +6,7 @@ inherit config multilib
19
20 DESCRIPTION="Manage active PostgreSQL client applications and libraries"
21 MAINTAINER="pgsql-bugs@g.o"
22 -VERSION="1.0.11"
23 +VERSION="1.2.0"
24
25 # Global Data
26 B_PATH="${EROOT%/}/usr"