summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-13 20:57:39 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-13 20:57:39 +0000
commitf910a00a70ed3d7cb009d6f13caa29bdc2d94d5d (patch)
tree5f8d0bd705867b00bf788a9fc65c35fe87194d5c
parent53c846c4906f1fa15d6a97827bfbd545e0aa595f (diff)
downloadacf-lib-f910a00a70ed3d7cb009d6f13caa29bdc2d94d5d.tar.bz2
acf-lib-f910a00a70ed3d7cb009d6f13caa29bdc2d94d5d.tar.xz
Bumped version to 0.3.0v0.3.0
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57f726c..969a865 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=lib
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.1
+VERSION=0.3.0
APP_DIST=\
*.lua\
@@ -27,7 +27,7 @@ install:
cp -a $(APP_DIST) "$(install_dir)"
# compatibility symlinks
for lib in $(APP_DIST); do \
- ln -s acf/$$lib "$(install_dir)"/../$$lib; \
+ ln -sf acf/$$lib "$(install_dir)"/../$$lib; \
done
$(tarball): $(DISTFILES)