From f1b05b7098ba448a0987bc61224d6616dad3ecde Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 24 Mar 2010 00:03:51 -0700 Subject: Don't use $Id or $Rev for version strings since that doesn't work with git. --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 685078728..6f5268ae9 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -VERSION="$Rev$"[6:-2] + "-svn" +VERSION="HEAD" # =========================================================================== # START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT -- cgit v1.2.3-1-g7c22