Update of /cvsroot/plib/plib/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv5814
Modified Files:
ul.h
Log Message:
Bumped PLIB_MINOR_VERSION to '7'
Index: ul.h
===================================================================
RCS file: /cvsroot/plib/plib/src/util/ul.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ul.h 2 Sep 2002 06:05:49 -0000 1.54
+++ ul.h 11 Sep 2002 22:29:43 -0000 1.55
@@ -92,7 +92,7 @@
/* PLIB version macros */
#define PLIB_MAJOR_VERSION 1
-#define PLIB_MINOR_VERSION 6
+#define PLIB_MINOR_VERSION 7
#define PLIB_TINY_VERSION 0
#define PLIB_VERSION (PLIB_MAJOR_VERSION*100 \
|