diff options
author | sabetts <sabetts> | 2003-05-17 10:26:19 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-05-17 10:26:19 +0000 |
commit | cf2b2fc21b463372a1fea8648d3f6f082d1748a0 (patch) | |
tree | a85824ef43dfea512a21fbe25c99f004d680cbae | |
parent | d0d9444986d81d1586fc1596d61f7a17e9058c41 (diff) | |
download | ratpoison-cf2b2fc21b463372a1fea8648d3f6f082d1748a0.zip |
version bump to 1.3.0-cvs
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2003-05-17 Shawn Betts <sabetts@sfu.ca> + * configure.in: version bump to 1.3.0-cvs + * src/main.c (chld_handler): Variable declaration placed in proper location. diff --git a/configure.in b/configure.in index ac982ed..526ad54 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.34 2003/04/09 23:12:12 sabetts Exp $ +dnl $Id: configure.in,v 1.35 2003/05/17 10:26:19 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.2.0-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.3.0-cvs) AM_CONFIG_HEADER(src/config.h) |