[Commit] libpixregion ChangeLog,1.2,1.3 configure.in,1.1.1.1,1.2

commit@keithp.com commit@keithp.com
Tue, 22 Apr 2003 16:38:47 -0700


Committed by: cworth

Update of /local/src/CVS/libpixregion
In directory home.keithp.com:/tmp/cvs-serv9246

Modified Files:
	ChangeLog configure.in 
Log Message:
Fixed typo (Owen Taylor)

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/libpixregion/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	25 Feb 2003 18:28:51 -0000	1.2
+++ ChangeLog	22 Apr 2003 23:38:45 -0000	1.3
@@ -1,3 +1,7 @@
+2003-04-22  Carl Worth  <cworth@isi.edu>
+
+	* configure.in (LIBPIXREGION_MAJOR_VERSION): Fixed typo (Owen Taylor)
+
 2003-02-25  Carl Worth  <cworth@isi.edu>
 
 	* src/pixregion.c (PixRegionCreateSimple): Eliminated useless size

Index: configure.in
===================================================================
RCS file: /local/src/CVS/libpixregion/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- configure.in	25 Feb 2003 16:05:26 -0000	1.1.1.1
+++ configure.in	22 Apr 2003 23:38:45 -0000	1.2
@@ -4,7 +4,7 @@
 
 dnl ===========================================================================
 
-LIBIC_MAJOR_VERSION=0
+LIBPIXREGION_MAJOR_VERSION=0
 LIBPIXREGION_MINOR_VERSION=1
 LIBPIXREGION_MICRO_VERSION=0
 AC_SUBST(LIBPIXREGION_MAJOR_VERSION)