Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Feb 4, 2010
1 parent 37d5ef4 commit 485c025
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.27743 2010-02-04 15:35:05 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.27744 2010-02-04 15:35:51 dimitr Exp $"

BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=27568
BuildNum=27569

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

0 comments on commit 485c025

Please sign in to comment.