From: Andy Spencer Date: Sat, 18 Jun 2011 23:11:32 +0000 (+0000) Subject: Version bump for 0.5 X-Git-Tag: v0.5^0 X-Git-Url: http://pileus.org/git/?p=aweather;a=commitdiff_plain;h=0802b4ee72d913de2a05bf4cbdb1f64552992bf6;hp=85607725f20feedc326468fadcce867d0bcd5a35 Version bump for 0.5 --- diff --git a/Makefile.am b/Makefile.am index af95b2b..c7a85c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ release: all dist git push --all echo $(VERSION) > LATEST scp LATEST $(PACKAGE)-$(VERSION).tar.* \ - "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)/files"; \ rm -f LATEST depscan: diff --git a/configure.ac b/configure.ac index fedae79..76f9d7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([aweather], [0.5-p0], [andy753421@gmail.com]) +AC_INIT([aweather], [0.5], [andy753421@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])