From: Petr S. <pe...@us...> - 2001-07-04 00:06:33
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv4312 Modified Files: ChangeLog acconfig.h configure configure.in Log Message: Updated version numbers to 16.0a Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -r1.86 -r1.87 *** ChangeLog 2001/07/02 20:57:45 1.86 --- ChangeLog 2001/07/03 22:09:50 1.87 *************** *** 1,2 **** --- 1,3 ---- + (2001/07/03 - petrs) Updated the version strings to 16.0a. (2001/07/02 - petrs) Updated the contrib/README to include xcscope. (2001/07/02 - petrs) 15.3 version name, man page update, README update. Index: acconfig.h =================================================================== RCS file: /cvsroot/cscope/cscope/acconfig.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** acconfig.h 2001/07/02 16:06:43 1.7 --- acconfig.h 2001/07/03 22:09:50 1.8 *************** *** 4,8 **** #define PACKAGE cscope ! #define VERSION 15.3 /* OS Definitions */ --- 4,8 ---- #define PACKAGE cscope ! #define VERSION 16.0a /* OS Definitions */ Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** configure 2001/07/02 16:06:43 1.12 --- configure 2001/07/03 22:09:50 1.13 *************** *** 712,716 **** PACKAGE=cscope ! VERSION=15.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then --- 712,716 ---- PACKAGE=cscope ! VERSION=16.0a if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then Index: configure.in =================================================================== RCS file: /cvsroot/cscope/cscope/configure.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** configure.in 2001/07/02 16:06:43 1.18 --- configure.in 2001/07/03 22:09:50 1.19 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(src/basename.c) ! AM_INIT_AUTOMAKE(cscope, 15.3) AM_CONFIG_HEADER(config.h:config.h.in) AC_CANONICAL_HOST --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. AC_INIT(src/basename.c) ! AM_INIT_AUTOMAKE(cscope, 16.0a) AM_CONFIG_HEADER(config.h:config.h.in) AC_CANONICAL_HOST |