From: Petr S. <pe...@us...> - 2001-07-02 17:05:28
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv20569 Modified Files: ChangeLog NEWS acconfig.h configure configure.in Log Message: 15.3 releas version number updates in various files. Preparation for release. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -r1.84 -r1.85 *** ChangeLog 2001/06/29 14:20:15 1.84 --- ChangeLog 2001/07/02 16:06:43 1.85 *************** *** 1,2 **** --- 1,4 ---- + (2001/07/02 - petrs) 15.3 version name, man page update, README update. + Make dist includes webcscope directory. (2001/06/29 - ragho) webcscope added to contrib (2001/06/29 - broeker) Re-formatted README, and added a tip working around Index: NEWS =================================================================== RCS file: /cvsroot/cscope/cscope/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** NEWS 2000/04/19 20:36:46 1.1 --- NEWS 2001/07/02 16:06:43 1.2 *************** *** 1 **** --- 1,2 ---- + 2001/07/02 - Release of version 15.3. 2000/04/18 - Release of Version 13.0 into Open Source. Initial Linux port Index: acconfig.h =================================================================== RCS file: /cvsroot/cscope/cscope/acconfig.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** acconfig.h 2001/06/01 12:44:36 1.6 --- acconfig.h 2001/07/02 16:06:43 1.7 *************** *** 4,8 **** #define PACKAGE cscope ! #define VERSION 15.2b /* OS Definitions */ --- 4,8 ---- #define PACKAGE cscope ! #define VERSION 15.3 /* OS Definitions */ Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** configure 2001/06/28 15:12:35 1.11 --- configure 2001/07/02 16:06:43 1.12 *************** *** 712,716 **** PACKAGE=cscope ! VERSION=15.2b if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then --- 712,716 ---- PACKAGE=cscope ! VERSION=15.3 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.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** configure.in 2001/06/28 15:12:35 1.17 --- configure.in 2001/07/02 16:06:43 1.18 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(src/basename.c) ! AM_INIT_AUTOMAKE(cscope, 15.2b) 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, 15.3) AM_CONFIG_HEADER(config.h:config.h.in) AC_CANONICAL_HOST |