diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -VERSION = 1.8 +VERSION = 1.9 NAME = userdrake BINNAME = userdrake @@ -50,3 +50,4 @@ dis: clean ChangeLog: svn2cl --accum --authors ../../soft/common/username.xml rm -f *.bak + svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog |