Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Mar 21, 2008
1 parent 68d906d commit d0fe52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/misc/writeBuildNum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# This file is used both to rebuild the header file and to set the
# environment variables on the config call

BuildVersion="$Id: writeBuildNum.sh,v 1.19170 2008-03-21 19:02:36 asfernandes Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.19171 2008-03-21 19:02:41 asfernandes Exp $"

BuildType=T
MajorVer=2
MinorVer=5
RevNo=0
BuildNum=19010
BuildNum=19011

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
Expand Down Expand Up @@ -94,7 +94,7 @@ cat >$1 <<eof
MajorVer = $MajorVer
MinorVer = $MinorVer
RevNo = $RevNo
BuildNum=19010
BuildNum=19011
BuildType = $BuildType
BuildSuffix = $BuildSuffix
Expand Down

0 comments on commit d0fe52f

Please sign in to comment.