From 3cf15148d5f3b9883ef729f275e9b245cd16321f Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 28 Dec 2007 10:54:26 +0000 Subject: Created README and modified Makefile git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@473 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07d4dfe..7530ea6 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ APP_NAME=snort PACKAGE=acf-$(APP_NAME) -VERSION=1.0_alpha1 - -APP_DIST=snort-controller.lua\ - snort.menu\ - snort-model.lua\ - snort-read-html.lsp\ - snort-view-html.lsp +VERSION=2.0_alpha3 + +APP_DIST=\ + snort-controller.lua \ + snort-model.lua \ + snort-read-html.lsp \ + snort-view-html.lsp \ + snort.menu \ EXTRA_DIST=README Makefile config.mk -- cgit v1.2.3