| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
Author: jhorwitz
Date: Tue Aug 2 07:38:44 2005
New Revision: 189
Modified:
mod_parrot/trunk/VERSION
mod_parrot/trunk/mod_parrot.c
Log:
update version for 0.3
Modified: mod_parrot/trunk/VERSION
==============================================================================
--- mod_parrot/trunk/VERSION (original)
+++ mod_parrot/trunk/VERSION Tue Aug 2 07:38:44 2005
@@ -1 +1 @@
-0.2
+0.3
Modified: mod_parrot/trunk/mod_parrot.c
==============================================================================
--- mod_parrot/trunk/mod_parrot.c (original)
+++ mod_parrot/trunk/mod_parrot.c Tue Aug 2 07:38:44 2005
@@ -34,7 +34,7 @@
#include "modparrot_config.h"
#include "modparrot_log.h"
-#define MODPARROT_VERSION "0.2"
+#define MODPARROT_VERSION "0.3"
#define DEFAULT_HANDLER "_handler"
#define DEFAULT_HLL_HANDLER "PIR"