aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d986108..44728f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS += -Wall
-VER ?= 9999
-PV = 9.0.0.$(VER)g
+VER ?= `date +%Y.%m.%d`
+PV = $(VER)
P = rpm2targz-$(PV)
DESTDIR =