diff --git a/Makefile b/Makefile index 16fc092..78f0014 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ distdir = $(PACKAGE)-$(VERSION) dist_archive = $(distdir).tar.bz2 default: + @sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autodist autoport install-dirs: @$(INSTALL_DIR) $(DESTDIR)$(configdir)/scripts @@ -92,7 +93,7 @@ install: \ clean: rm -f $(dist_archive) -dist: clean +dist: clean default @git log > ChangeLog.git @mkdir /tmp/$(distdir) @cp -a * /tmp/$(distdir)/ diff --git a/autodist b/autodist index 1ed516f..81ce88c 100755 --- a/autodist +++ b/autodist @@ -5,7 +5,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.8.3 +VERSION=0.9.0 me=(${0##*/} $VERSION "Sat Aug 20 2010") exec 3>`readlink /proc/self/fd/0` diff --git a/autoport b/autoport index 6958919..9da186e 100755 --- a/autoport +++ b/autoport @@ -4,7 +4,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.8.5 +VERSION=0.9.0 BASE_ARCH=i586 BASE_REPOSITORY=devel PORT_REPOSITORY=devel