[Modcplusplus-devel] (gr84b8) mod_cplusplus configure.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-06-19 14:24:45
|
Mod Cplusplus CVS committal Author : gr84b8 Module : mod_cplusplus Dir : mod_cplusplus Modified Files: configure.in Log Message: update to version 1.0.2 since we now pretty much work on win32 (though you will need to tweak the dsp to match your setup) =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- configure.in 26 Apr 2002 18:56:59 -0000 1.9 +++ configure.in 19 Jun 2002 14:24:43 -0000 1.10 @@ -1,5 +1,5 @@ AC_INIT(src/mod_cplusplus.c) -AM_INIT_AUTOMAKE(mod_cplusplus, 1.0.1) +AM_INIT_AUTOMAKE(mod_cplusplus, 1.0.2) AC_PROG_CC AC_PROG_CXX |