Skip to content

Commit

Permalink
Bumped build id
Browse files Browse the repository at this point in the history
  • Loading branch information
xythobuz committed Dec 27, 2013
1 parent 39d87f7 commit 7a07f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NAME_DEB=openraider
MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=1
BUILD_ID=20131214
BUILD_ID=20131227
PRE=
VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)$(PRE)
VERSION_DEB=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION).$(BUILD_ID)
Expand Down
2 changes: 1 addition & 1 deletion mac_dist/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

echo Creating ZIP file..
cd bin
zip -r OpenRaider.zip OpenRaider.app ../COPYING ../README.md ../README.old
zip -r OpenRaider.zip OpenRaider.app ../BUGS ../ChangeLog ../COPYING ../README.md ../README.old ../Requirements ../TODO
echo Archive ready!

0 comments on commit 7a07f88

Please sign in to comment.