newPkRev
author Mahmood Ali <Mahmood.Ali@Sun.COM>
Wed, 13 Sep 2006 13:48:54 -0700
changeset 59 40bfdd07965d
parent 0 b949c5054bc4
child 70 af1bea13b32b
permissions -rw-r--r--
6448236 xscreensaver should have option to control allowing root to unlock screen

#!/bin/sh
#
# Copyright 1999-2004 by Sun Microsystems Inc.  All rights reserved.
#
# @(#)newPkRev	1.19 04/12/17
#

if [ x${1}x = "xx" ] ; then
	echo need a build number
	exit
fi

# Sun's X11 version number - should match what's in xc/config/OWversion
VERSION="6.6.3"

sccs edit pkgversion
echo VERSION=\"$VERSION\" > pkgversion
echo BUILD=\"$1\" >> pkgversion
sccs delget -y"VERSION=${VERSION}.${1}" pkgversion