diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1998-04-17 13:31:19 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1998-04-17 13:31:19 +0000 |
commit | 966f17d160a1bcc8960726583c1bfaac96e7c8e9 (patch) | |
tree | 71d61fe1706c2805a338e9cb1a439722c5cefa04 /graphics/gimp1/Makefile | |
parent | update to gtk-1.0.0 (diff) |
upgrade to 0.99.26
Notes
Notes:
svn path=/head/; revision=10536
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index c3652a74ebb4..529dd20e7e49 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.24 1998/03/28 19:47:47 ache Exp $ +# $Id: Makefile,v 1.25 1998/04/15 22:17:53 jseger Exp $ # MAJOR= 0 MINOR= 99 -MICRO= 21 +MICRO= 26 VERSION= ${MAJOR}.${MINOR}.${MICRO} MM_VERSION= ${MAJOR}.${MINOR} |