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: Thu, 21 Nov 2013 11:38:46
Message-Id: 1385033895.a4c5930d0742c4c82f9e0492b92cdc07681a4908.titanofold@gentoo
1 commit: a4c5930d0742c4c82f9e0492b92cdc07681a4908
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 21 11:38:15 2013 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 21 11:38:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=a4c5930d
7
8 Bump $VERSION to 1.2.1
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 0631dbf..58527eb 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.2.0"
23 +VERSION="1.2.1"
24
25 # Global Data
26 B_PATH="${EROOT%/}/usr"