[Refdb-cvs] CVS: elisp configure.in,1.5,1.6
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-12-21 20:39:41
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31556 Modified Files: configure.in Log Message: fixed version number Index: configure.in =================================================================== RCS file: /cvsroot/refdb/elisp/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -U2 -r1.5 -r1.6 --- configure.in 18 Dec 2005 23:55:15 -0000 1.5 +++ configure.in 21 Dec 2005 20:39:33 -0000 1.6 @@ -4,5 +4,5 @@ dnl check for one of the source files AC_INIT(refdb-mode.el) -AM_INIT_AUTOMAKE(refdb-elisp, 1.2) +AM_INIT_AUTOMAKE(refdb-elisp, 1.1) dnl find Emacs and set site-lisp path |