diff options
author | sabetts <sabetts> | 2002-03-10 20:42:55 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-03-10 20:42:55 +0000 |
commit | b324f95535f20617b29f9d6202cd868383dfc0ce (patch) | |
tree | e26569e0bab4544afc918c3c5c2d4de6158276fd | |
parent | daa93699c4630441d79c4d918161f65e4853b861 (diff) | |
download | ratpoison-b324f95535f20617b29f9d6202cd868383dfc0ce.zip |
updated version
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 933bee6..a98eeb5 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.29 2002/03/10 20:41:51 sabetts Exp $ +dnl $Id: configure.in,v 1.30 2002/03/10 20:42:55 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.1.0) +AM_INIT_AUTOMAKE(ratpoison, 1.2.0-cvs) AM_CONFIG_HEADER(src/config.h) |