changeset 1885:7a5f049849b2

[project @ 1996-02-05 19:27:15 by jwe]
author jwe
date Mon, 05 Feb 1996 19:27:22 +0000
parents e62277bf5fe0
children 1c5311a0c06f
files aclocal.m4 configure.in
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
 dnl aclocal.m4 -- extra macros for configuring Octave
 dnl
-dnl Copyright (C) 1995 John W. Eaton
+dnl Copyright (C) 1996 John W. Eaton
 dnl 
 dnl This file is part of Octave.
 dnl 
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
+dnl Copyright (C) 1996 John W. Eaton
 ### 
 ### This file is part of Octave.
 ### 
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.160 $)
+AC_REVISION($Revision: 1.161 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)