summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:45:29 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:45:29 +0000
commit87b210bee8730e453b7a4d00755d83f8992c6e98 (patch)
treea5fe212f37f281c3547ede9215a98035e1510449 /x11-base
parentFixed bug with --with-old not working properly. (diff)
downloadgentoo-2-87b210bee8730e453b7a4d00755d83f8992c6e98.tar.gz
gentoo-2-87b210bee8730e453b7a4d00755d83f8992c6e98.tar.bz2
gentoo-2-87b210bee8730e453b7a4d00755d83f8992c6e98.zip
Fixed version string.
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/opengl-update/files/opengl-update-2.2.14
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/opengl-update/files/opengl-update-2.2.1 b/x11-base/opengl-update/files/opengl-update-2.2.1
index 9ee85698501b..759a8c042c17 100644
--- a/x11-base/opengl-update/files/opengl-update-2.2.1
+++ b/x11-base/opengl-update/files/opengl-update-2.2.1
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.2.1,v 1.1 2005/04/27 21:43:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.2.1,v 1.2 2005/04/27 21:45:29 eradicator Exp $
# Author: Martin Schlemmer <azarah@gentoo.org>
# Further modifications by Donnie Berkholz <spyderous@gentoo.org>
# Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>
@@ -328,7 +328,7 @@ DST_PREFIX="/usr"
AVAIL_IMPLEMS=$(get_implementations)
CURRENT_GL_IMPLEM=$(get_current_implem)
USE_PROFILE_HEADERS="no"
-VERSION="2.2.0"
+VERSION="2.2.1"
parse_options ${@}