From 32c6ee65dc1ae4d8026a60dd71e87b1c11e488e0 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Nov 01 2012 23:11:14 +0000 Subject: Sync package version in git-local script The package version between the spec file and the git-local script is not in sync. This makes the version in the git-local script match the version in the specfile. --- diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index dbbf503..aae626e 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.2.11.15 +VERSION=1.2.11.16 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} #SRCNAME=$PKGNAME-$VERSION-$DATE