Skip to content

Commit

Permalink
Default the release makefile to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottl authored and scottl committed Jun 4, 2003
1 parent bfcdb97 commit a841696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/Makefile
Expand Up @@ -18,11 +18,11 @@
# Set these, release builder!
#
# Fixed version:
#BUILDNAME=5.0-RELEASE
#BUILDNAME=5.1-RELEASE
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
BASE = 5.0
BASE = 5.1
BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
Expand Down

0 comments on commit a841696

Please sign in to comment.