diff --git a/Makefile b/Makefile index d498826..dc5bf1f 100644 --- a/Makefile +++ b/Makefile @@ -92,4 +92,5 @@ install: $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< dist: clean docs + sed -i -e 's/^Version:.*$$/Version: $(version)/' contrib/proxytunnel.spec find . ! -wholename '*/.svn*' | pax -d -w -x ustar -s ,^./,$(name)-$(version)/, | bzip2 >../$(name)-$(version).tar.bz2 diff --git a/contrib/proxytunnel.spec b/contrib/proxytunnel.spec index 9d4fd19..dd1629b 100644 --- a/contrib/proxytunnel.spec +++ b/contrib/proxytunnel.spec @@ -52,6 +52,9 @@ proxy authentication. %{_bindir}/proxytunnel %changelog +* Tue Mar 04 2008 Dag Wieers - 1.9.0-1 +- Updated to release 1.9.0. + * Fri Jan 18 2008 Dag Wieers - 1.8.0-1 - Updated to release 1.8.0.