diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-21 14:48:46 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-21 14:48:46 -0400 |
commit | 9439064794d85b96f7f75e166ab9a3277f128ca6 (patch) | |
tree | 8c8ac6ef7d829c809daa7856cc75f72e09e9622f | |
parent | Canonicalise even if nonexistent (diff) | |
download | eselect-9439064794d85b96f7f75e166ab9a3277f128ca6.tar.gz eselect-9439064794d85b96f7f75e166ab9a3277f128ca6.tar.bz2 eselect-9439064794d85b96f7f75e166ab9a3277f128ca6.zip |
Remove $Id and Bump Version2.2
-rw-r--r-- | postgresql.eselect | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postgresql.eselect b/postgresql.eselect index 84d08af..5c90b4b 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -1,12 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: $ inherit config multilib DESCRIPTION="Manage active PostgreSQL client applications and libraries" MAINTAINER="pgsql-bugs@gentoo.org" -VERSION="2.1" +VERSION="2.2" # We do a lot of things in /usr and it's a bit of a pain to write this # constantly. |