diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-31 17:49:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-31 17:49:57 +0000 |
commit | 94076fe498d7e4a6c9e23e6053f2209550f0045a (patch) | |
tree | 89e9209871bb7c6ff9424c576e33a9ede91f3c15 /doc/pddp/Makefile | |
parent | c58f28a9c3d68dbcecdee75ae4408334d0fd6a3f (diff) |
changed version number to date until real one is decided on
svn path=/trunk/; revision=914
Diffstat (limited to 'doc/pddp/Makefile')
-rw-r--r-- | doc/pddp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pddp/Makefile b/doc/pddp/Makefile index f10cd366..fddc7dac 100644 --- a/doc/pddp/Makefile +++ b/doc/pddp/Makefile @@ -3,7 +3,7 @@ current: darwin_package
-PDDP_VERSION = 0.1
+PDDP_VERSION = $(shell date +20%y.%m.%d)
PACKAGE_NAME = pd-pddp-$(PDDP_VERSION)
|