From d9e77e944c4db00e04df5b7a0880e426c52861df Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 13 Jun 2022 09:02:01 -0500 Subject: [PATCH] Changed version and Readme and updated version to 0.2 --- Makefile | 2 +- Readme.md => README.md | 0 VERSION | 1 + version | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) rename Readme.md => README.md (100%) create mode 100644 VERSION delete mode 100644 version 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