[Plib-cvs] plib/src/util ul.h,1.65,1.66
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-22 21:24:51
|
Update of /cvsroot/plib/plib/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28243/plib/src/util Modified Files: ul.h Log Message: New DSP files (courtesy of John Fay) Fixed version number in ul.h ready for next release. Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- ul.h 14 Mar 2004 18:27:05 -0000 1.65 +++ ul.h 22 Mar 2004 21:14:30 -0000 1.66 @@ -151,8 +151,8 @@ /* PLIB version macros */ #define PLIB_MAJOR_VERSION 1 -#define PLIB_MINOR_VERSION 7 -#define PLIB_TINY_VERSION 0 +#define PLIB_MINOR_VERSION 8 +#define PLIB_TINY_VERSION 2 #define PLIB_VERSION (PLIB_MAJOR_VERSION*100 \ +PLIB_MINOR_VERSION*10 \ |