diff --git a/Makefile b/Makefile index ffa5bde4..5f21f2ea 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/mac_dist/archive.sh b/mac_dist/archive.sh index f2f9bba0..75af6242 100755 --- a/mac_dist/archive.sh +++ b/mac_dist/archive.sh @@ -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!