ext/xslt_lib/xslt.h in ruby-xslt-0.9.5 vs ext/xslt_lib/xslt.h in ruby-xslt-0.9.6

- old
+ new

@@ -1,7 +1,7 @@ /** - * Copyright (C) 2005 Gregoire Lejeune <gregoire.lejeune@free.fr> + * Copyright (C) 2005, 2006, 2007, 2008 Gregoire Lejeune <gregoire.lejeune@free.fr> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -51,11 +51,11 @@ #include "rb_utils.h" #include "parser.h" #include "parameters.h" #include "extfunc.h" -#define RUBY_XSLT_VERSION "0.9.4" -#define RUBY_XSLT_VERNUM 094 +#define RUBY_XSLT_VERSION "0.9.6" +#define RUBY_XSLT_VERNUM 096 #define RUBY_XSLT_XSLSRC_TYPE_NULL 0 #define RUBY_XSLT_XSLSRC_TYPE_STR 1 #define RUBY_XSLT_XSLSRC_TYPE_FILE 2 #define RUBY_XSLT_XSLSRC_TYPE_REXML 4