diff options
author | sabetts <sabetts> | 2005-02-04 06:46:37 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-04 06:46:37 +0000 |
commit | be6b89cd8fb41d43eabddb1c3f554a34b46b266d (patch) | |
tree | 92a92803eb285384c1cfbeed20d881ad8969baed | |
parent | 4393d088e4a17bb25020c8f196586224c6844b7a (diff) | |
download | ratpoison-be6b89cd8fb41d43eabddb1c3f554a34b46b266d.zip |
bump version to 1.4.0-CVS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-02-04 Shawn Betts <katia_dilkina@verizon.net> + + * configure.in: bump version to 1.4.0-CVS. + 2005-02-04 Shawn Betts <sabetts@vcn.bc.ca> * src/actions.c (set_winname): return the cmdret created. diff --git a/configure.in b/configure.in index 6a49592..64f3b75 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.50 2005/01/15 17:09:09 sabetts Exp $ +dnl $Id: configure.in,v 1.51 2005/02/04 06:46:37 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.3.1-CVS) +AM_INIT_AUTOMAKE(ratpoison, 1.4.0-CVS) AM_MAINTAINER_MODE |