aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Walser <luigiwalser@mageia.org>2013-03-09 16:57:02 +0000
committerDavid Walser <luigiwalser@mageia.org>2013-03-09 16:57:02 +0000
commite96e5e79dce8f40c008b0e4e1c2585adf73c9165 (patch)
tree2ec65979f1e82ebab72318b20b03dd9a4f6f6688
parente71438c7fae46fe379e79458bf770573ce7b1190 (diff)
downloadcommon-data-3.3.tar
common-data-3.3.tar.gz
common-data-3.3.tar.bz2
common-data-3.3.tar.xz
common-data-3.3.zip
Version 3.33.3
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 033b3bd..edc3455 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 3.2
+VERSION = 3.3
PACKAGE = desktop-common-data
NAME = desktop-common-data
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
@@ -36,8 +36,8 @@ checktag:
fi ; \
fi
@if [ "x$(VERSION)" == "x" -o "x$(RELEASE)" = "x" ]; then \
- echo usage is "make VERSION=version_number RELEASE=release_number dist" ; \
- exit 1 ; \
+ echo usage is "make VERSION=version_number RELEASE=release_number dist" ; \
+ exit 1 ; \
fi
clean: