diff --git a/Makefile b/Makefile index c9beb85..73b0296 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DATADIR=$(DATAROOTDIR) $MANDIR=$DATAROOTDIR/man #$INFODIR=$DATAROOTDIR/info #$DOCDIR=$DATAROOTDIR/doc -VERSION=`cat version` +VERSION=`cat VERSION` PROJROOT=$(dir $(abspath $(lastword $(MAKEFILE_LIST)))) TARBALLPREFIX=rhosts-$(VERSION) TARBALLNAME=$(TARBALLPREFIX).tar.gz diff --git a/Readme.md b/README.md similarity index 100% rename from Readme.md rename to README.md diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3b04cfb --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.2 diff --git a/version b/version deleted file mode 100644 index 49d5957..0000000 --- a/version +++ /dev/null @@ -1 +0,0 @@ -0.1