*** empty log message ***
[h316.git] / pc-tools / ldc2 / Makefile
index 677621256b3736cc6ce878ddf0d911118412e4ae..a2b218c3d3cad63df6513b3958e1b442b88cf69d 100644 (file)
@@ -4,7 +4,7 @@ CCFLAGS+=-Wall
 
 
 BUILD_STAMP="\"`uname -a`\""
-VERSION="\"0.7\""
+VERSION="\"1.0\""
 BUILD_DATE="\"`date` \""
 
 CCFLAGS+=-D BUILD_STAMP=$(BUILD_STAMP) -D VERSION=$(VERSION) -D BUILD_DATE=$(BUILD_DATE)
@@ -75,6 +75,5 @@ all: $(APP_NAME) doxy doc
 %.hh %.cpp:
        @ echo "Missing file \"$@\"... No problem :-)"
 
-
 include $(wildcard *.dep)
 #include $(OBJECTS:.o=.dep)
\ No newline at end of file