diff options
author | sabetts <sabetts> | 2006-12-19 22:13:07 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-12-19 22:13:07 +0000 |
commit | abc10bef2c7c371a9c91388efe09f8a277c199bd (patch) | |
tree | 4ad78de6080460f1331096c748a62523635c290f | |
parent | 3095e781c7982cfabc70a53a702ea34d343d3b29 (diff) | |
download | ratpoison-abc10bef2c7c371a9c91388efe09f8a277c199bd.zip |
*** empty log message ***v1.4.1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-12-19 Shawn Betts <sabetts@shitbender.gagrod> + * Release 1.4.1 + +2006-12-19 Shawn Betts <sabetts@shitbender.gagrod> + * src/manage.c (force_maximize): remove call to usleep 2006-12-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> diff --git a/configure.in b/configure.in index f1ba770..768de89 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.53 2006/04/02 20:46:32 sabetts Exp $ +dnl $Id: configure.in,v 1.54 2006/12/19 22:13:07 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.4.1-CVS) +AM_INIT_AUTOMAKE(ratpoison, 1.4.2-CVS) AM_MAINTAINER_MODE |