diff options
author | sabetts <sabetts> | 2002-03-10 20:29:55 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-03-10 20:29:55 +0000 |
commit | d3dcfdbafb856a23afd77695914446dcd9d1463c (patch) | |
tree | 4bdabc209f1ee96ccec494a6f4d829fa83c29ff8 | |
parent | 78cdb92b430c46608269f2d2e346d3c39a6227c7 (diff) | |
download | ratpoison-d3dcfdbafb856a23afd77695914446dcd9d1463c.zip |
Version number is 1.1.0
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a5b043c..6fafa79 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.26 2002/02/14 11:21:29 sabetts Exp $ +dnl $Id: configure.in,v 1.27 2002/03/10 20:29:55 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.0.1-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.1.0) AM_CONFIG_HEADER(src/config.h) |