Adjust version and such for 0.9.5
parent
da8f710864
commit
d57a599f3c
|
@ -1,3 +1,7 @@
|
|||
0.9.5 - Brielle Bruns <bruns@2mbit.com>
|
||||
- Makefile to automate building tarball and for future use
|
||||
|
||||
|
||||
0.9.4 - Brielle Bruns <bruns@2mbit.com>
|
||||
- Initscript
|
||||
- stop-firewall for... stopping the firewall!
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
VERSION=0.9.4
|
||||
TAR=/usr/bin/tar
|
||||
TARBALL="firewall-sosdg-$(VERSION).tar.bz2"
|
||||
|
||||
|
||||
|
||||
default:
|
||||
@echo; \
|
||||
echo "This makefile doesn't do much at the moment other then"; \
|
||||
echo "make it easy to make releases and such. Please read it"; \
|
||||
echo "if you so desire." ;\
|
||||
echo
|
||||
|
||||
tarball:
|
||||
cd .. ;\
|
||||
$(TAR) jcf $(TARBALL) --exclude='.svn' firewall-sosdg
|
|
@ -1,5 +1,5 @@
|
|||
#/bin/sh
|
||||
# v0.9.4
|
||||
# v0.9.5
|
||||
# By Brielle Bruns <bruns@2mbit.com>
|
||||
# URL: http://www.sosdg.org/freestuff/firewall
|
||||
# License: GPLv3
|
||||
|
@ -19,7 +19,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
FW_VERSION="0.9.4 BETA"
|
||||
FW_VERSION="0.9.5 BETA"
|
||||
|
||||
BASEDIR=/etc/firewall-sosdg
|
||||
#BASEDIR=`pwd`
|
||||
|
|
Loading…
Reference in New Issue