Skip to content

Commit

Permalink
Bump release strings to match 2.2.5-RELEASE which will be going out
Browse files Browse the repository at this point in the history
later today.  RELDATE is a mystery to me - looks like an encoded version
number now so I'll leave it alone.

Rod:  You will probably wish to review this file with bitwise scrutiny. :)
  • Loading branch information
jkh authored and jkh committed Oct 20, 1997
1 parent b403f31 commit a3c68e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/conf/newvers.sh
Expand Up @@ -32,11 +32,11 @@
# SUCH DAMAGE.
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
# $Id: newvers.sh,v 1.26.2.15 1997/05/19 10:36:52 asami Exp $
# $Id: newvers.sh,v 1.26.2.16 1997/10/02 02:15:27 asami Exp $

TYPE="FreeBSD"
REVISION="2.2"
BRANCH="STABLE"
REVISION="2.2.5"
BRANCH="RELEASE"
RELEASE="${REVISION}-${BRANCH}"
SNAPDATE=""
if [ "X${SNAPDATE}" != "X" ]; then
Expand Down

0 comments on commit a3c68e1

Please sign in to comment.