[Jukebox-cvs] CVS update: J4 configure.in
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-09-13 20:15:05
|
User: vt Date: 00/09/13 13:14:53 Modified: . configure.in Log: OK, THAT was major. Revision Changes Path 1.66 +3 -3 J4/configure.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/configure.in?annotate=1.66&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/configure.in?rev=1.66&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/configure.in.diff?r1=1.66&r2=1.65&cvsroot=jukebox4 ----------------------------------- Index: configure.in =================================================================== RCS file: /usr/local/cvs/J4/configure.in,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- configure.in 2000/08/24 20:35:48 1.65 +++ configure.in 2000/09/13 20:14:53 1.66 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Id: configure.in,v 1.65 2000/08/24 20:35:48 vt Exp $)dnl +AC_REVISION($Id: configure.in,v 1.66 2000/09/13 20:14:53 vt Exp $)dnl dnl I'd like it to read the ./configure-options to allow both the basic set dnl of options, as well as the local set. @@ -28,8 +28,8 @@ AC_INIT(src/java/gnu/j4/core/Syslog.java) VERSION_MAJOR="2" -VERSION_MINOR="0" -PATCHLEVEL="9" +VERSION_MINOR="1" +PATCHLEVEL="0" AC_SUBST(VERSION_MAJOR)dnl AC_SUBST(VERSION_MINOR)dnl AC_SUBST(PATCHLEVEL)dnl |