libxml-ruby 0.8.2-x86-mswin32-60 → 0.8.3-x86-mswin32-60
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +4 -0
- data/RAKEFILE +2 -2
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/CHANGES.html +7 -1
- data/ext/libxml/version.h +2 -2
- data/ext/vc/libxml_ruby.sln +20 -0
- data/ext/vc/libxml_ruby.vcproj +396 -0
- data/lib/libxml_ruby.dll.a +0 -0
- data/lib/libxml_ruby.so +0 -0
- metadata +3 -2
- data/ext/libxml/version.h.rej +0 -17
data/CHANGES
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
(See log/ChangeLog for more detailed changes derived directly from source control.)
|
2
2
|
|
3
|
+
== 0.8.3 / 2008-07-21 Charlie Savage
|
4
|
+
|
5
|
+
* Missed several files in last release
|
6
|
+
|
3
7
|
== 0.8.2 / 2008-07-21 Charlie Savage
|
4
8
|
|
5
9
|
* To use LibXML you can either require 'xml' or require 'libxml'.
|
data/RAKEFILE
CHANGED
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Mon, 21 Jul 2008
|
1
|
+
Mon, 21 Jul 2008 23:03:04 -0600
|
data/doc/rdoc/files/CHANGES.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Mon Jul 21
|
59
|
+
<td>Mon Jul 21 23:01:10 -0600 2008</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -73,6 +73,12 @@
|
|
73
73
|
(See log/ChangeLog for more detailed changes derived directly from source
|
74
74
|
control.)
|
75
75
|
</p>
|
76
|
+
<h2>0.8.3 / 2008-07-21 Charlie Savage</h2>
|
77
|
+
<ul>
|
78
|
+
<li>Missed several files in last release
|
79
|
+
|
80
|
+
</li>
|
81
|
+
</ul>
|
76
82
|
<h2>0.8.2 / 2008-07-21 Charlie Savage</h2>
|
77
83
|
<ul>
|
78
84
|
<li>To use <a href="../classes/LibXML.html">LibXML</a> you can either require
|
data/ext/libxml/version.h
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
/* Don't nuke this block! It is used for automatically updating the
|
2
2
|
* versions below. VERSION = string formatting, VERNUM = numbered
|
3
3
|
* version for inline testing: increment both or none at all.*/
|
4
|
-
#define RUBY_LIBXML_VERSION "0.8.
|
4
|
+
#define RUBY_LIBXML_VERSION "0.8.3"
|
5
5
|
#define RUBY_LIBXML_VERNUM 0
|
6
6
|
#define RUBY_LIBXML_VER_MAJ 0
|
7
7
|
#define RUBY_LIBXML_VER_MIN 8
|
8
|
-
#define RUBY_LIBXML_VER_MIC
|
8
|
+
#define RUBY_LIBXML_VER_MIC 3
|
9
9
|
#define RUBY_LIBXML_VER_PATCH 0
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
Microsoft Visual Studio Solution File, Format Version 10.00
|
3
|
+
# Visual Studio 2008
|
4
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxml_ruby", "libxml_ruby.vcproj", "{0B65CD1D-EEB9-41AE-93BB-75496E504152}"
|
5
|
+
EndProject
|
6
|
+
Global
|
7
|
+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
8
|
+
Debug|Win32 = Debug|Win32
|
9
|
+
Release|Win32 = Release|Win32
|
10
|
+
EndGlobalSection
|
11
|
+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
12
|
+
{0B65CD1D-EEB9-41AE-93BB-75496E504152}.Debug|Win32.ActiveCfg = Debug|Win32
|
13
|
+
{0B65CD1D-EEB9-41AE-93BB-75496E504152}.Debug|Win32.Build.0 = Debug|Win32
|
14
|
+
{0B65CD1D-EEB9-41AE-93BB-75496E504152}.Release|Win32.ActiveCfg = Release|Win32
|
15
|
+
{0B65CD1D-EEB9-41AE-93BB-75496E504152}.Release|Win32.Build.0 = Release|Win32
|
16
|
+
EndGlobalSection
|
17
|
+
GlobalSection(SolutionProperties) = preSolution
|
18
|
+
HideSolutionNode = FALSE
|
19
|
+
EndGlobalSection
|
20
|
+
EndGlobal
|
@@ -0,0 +1,396 @@
|
|
1
|
+
<?xml version="1.0" encoding="Windows-1252"?>
|
2
|
+
<VisualStudioProject
|
3
|
+
ProjectType="Visual C++"
|
4
|
+
Version="9.00"
|
5
|
+
Name="libxml_ruby"
|
6
|
+
ProjectGUID="{0B65CD1D-EEB9-41AE-93BB-75496E504152}"
|
7
|
+
RootNamespace="libxml"
|
8
|
+
Keyword="Win32Proj"
|
9
|
+
TargetFrameworkVersion="131072"
|
10
|
+
>
|
11
|
+
<Platforms>
|
12
|
+
<Platform
|
13
|
+
Name="Win32"
|
14
|
+
/>
|
15
|
+
</Platforms>
|
16
|
+
<ToolFiles>
|
17
|
+
</ToolFiles>
|
18
|
+
<Configurations>
|
19
|
+
<Configuration
|
20
|
+
Name="Debug|Win32"
|
21
|
+
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
22
|
+
IntermediateDirectory="$(ConfigurationName)"
|
23
|
+
ConfigurationType="2"
|
24
|
+
CharacterSet="1"
|
25
|
+
>
|
26
|
+
<Tool
|
27
|
+
Name="VCPreBuildEventTool"
|
28
|
+
/>
|
29
|
+
<Tool
|
30
|
+
Name="VCCustomBuildTool"
|
31
|
+
/>
|
32
|
+
<Tool
|
33
|
+
Name="VCXMLDataGeneratorTool"
|
34
|
+
/>
|
35
|
+
<Tool
|
36
|
+
Name="VCWebServiceProxyGeneratorTool"
|
37
|
+
/>
|
38
|
+
<Tool
|
39
|
+
Name="VCMIDLTool"
|
40
|
+
/>
|
41
|
+
<Tool
|
42
|
+
Name="VCCLCompilerTool"
|
43
|
+
Optimization="0"
|
44
|
+
AdditionalIncludeDirectories=""C:\Development\ruby\lib\ruby\1.8\i386-mswin32";C:\Development\msys\local\include;C:\Development\msys\local\include\libxml2"
|
45
|
+
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBXML_EXPORTS"
|
46
|
+
MinimalRebuild="true"
|
47
|
+
BasicRuntimeChecks="3"
|
48
|
+
RuntimeLibrary="3"
|
49
|
+
UsePrecompiledHeader="0"
|
50
|
+
WarningLevel="3"
|
51
|
+
Detect64BitPortabilityProblems="true"
|
52
|
+
DebugInformationFormat="4"
|
53
|
+
/>
|
54
|
+
<Tool
|
55
|
+
Name="VCManagedResourceCompilerTool"
|
56
|
+
/>
|
57
|
+
<Tool
|
58
|
+
Name="VCResourceCompilerTool"
|
59
|
+
/>
|
60
|
+
<Tool
|
61
|
+
Name="VCPreLinkEventTool"
|
62
|
+
/>
|
63
|
+
<Tool
|
64
|
+
Name="VCLinkerTool"
|
65
|
+
AdditionalDependencies="msvcrt-ruby18.lib libxml2.lib"
|
66
|
+
OutputFile="C:\Development\ruby\lib\ruby\gems\1.8\gems\libxml-ruby-0.8.2-x86-mswin32-60\lib\$(ProjectName).so"
|
67
|
+
LinkIncremental="2"
|
68
|
+
AdditionalLibraryDirectories="C:\Development\ruby\lib;C:\Development\msys\local\lib"
|
69
|
+
GenerateDebugInformation="true"
|
70
|
+
SubSystem="2"
|
71
|
+
RandomizedBaseAddress="1"
|
72
|
+
DataExecutionPrevention="0"
|
73
|
+
TargetMachine="1"
|
74
|
+
/>
|
75
|
+
<Tool
|
76
|
+
Name="VCALinkTool"
|
77
|
+
/>
|
78
|
+
<Tool
|
79
|
+
Name="VCManifestTool"
|
80
|
+
/>
|
81
|
+
<Tool
|
82
|
+
Name="VCXDCMakeTool"
|
83
|
+
/>
|
84
|
+
<Tool
|
85
|
+
Name="VCBscMakeTool"
|
86
|
+
/>
|
87
|
+
<Tool
|
88
|
+
Name="VCFxCopTool"
|
89
|
+
/>
|
90
|
+
<Tool
|
91
|
+
Name="VCAppVerifierTool"
|
92
|
+
/>
|
93
|
+
<Tool
|
94
|
+
Name="VCPostBuildEventTool"
|
95
|
+
/>
|
96
|
+
</Configuration>
|
97
|
+
<Configuration
|
98
|
+
Name="Release|Win32"
|
99
|
+
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
100
|
+
IntermediateDirectory="$(ConfigurationName)"
|
101
|
+
ConfigurationType="2"
|
102
|
+
CharacterSet="1"
|
103
|
+
WholeProgramOptimization="1"
|
104
|
+
>
|
105
|
+
<Tool
|
106
|
+
Name="VCPreBuildEventTool"
|
107
|
+
/>
|
108
|
+
<Tool
|
109
|
+
Name="VCCustomBuildTool"
|
110
|
+
/>
|
111
|
+
<Tool
|
112
|
+
Name="VCXMLDataGeneratorTool"
|
113
|
+
/>
|
114
|
+
<Tool
|
115
|
+
Name="VCWebServiceProxyGeneratorTool"
|
116
|
+
/>
|
117
|
+
<Tool
|
118
|
+
Name="VCMIDLTool"
|
119
|
+
/>
|
120
|
+
<Tool
|
121
|
+
Name="VCCLCompilerTool"
|
122
|
+
AdditionalIncludeDirectories=""C:\Development\ruby\lib\ruby\1.8\i386-mswin32";"C:\Development\msys\src\libxml2-2.6.32\include";"C:\Development\msys\src\libiconv-1.12\include""
|
123
|
+
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBXML_EXPORTS"
|
124
|
+
RuntimeLibrary="2"
|
125
|
+
UsePrecompiledHeader="0"
|
126
|
+
WarningLevel="3"
|
127
|
+
Detect64BitPortabilityProblems="true"
|
128
|
+
DebugInformationFormat="3"
|
129
|
+
/>
|
130
|
+
<Tool
|
131
|
+
Name="VCManagedResourceCompilerTool"
|
132
|
+
/>
|
133
|
+
<Tool
|
134
|
+
Name="VCResourceCompilerTool"
|
135
|
+
/>
|
136
|
+
<Tool
|
137
|
+
Name="VCPreLinkEventTool"
|
138
|
+
/>
|
139
|
+
<Tool
|
140
|
+
Name="VCLinkerTool"
|
141
|
+
AdditionalDependencies="msvcrt-ruby18.lib libxml2.lib"
|
142
|
+
OutputFile="$(OutDir)\$(ProjectName).so"
|
143
|
+
LinkIncremental="1"
|
144
|
+
AdditionalLibraryDirectories="C:\Development\ruby\lib;"C:\Development\msys\src\libxml2-2.6.32\win32\lib""
|
145
|
+
GenerateDebugInformation="true"
|
146
|
+
SubSystem="2"
|
147
|
+
OptimizeReferences="2"
|
148
|
+
EnableCOMDATFolding="2"
|
149
|
+
RandomizedBaseAddress="1"
|
150
|
+
DataExecutionPrevention="0"
|
151
|
+
TargetMachine="1"
|
152
|
+
/>
|
153
|
+
<Tool
|
154
|
+
Name="VCALinkTool"
|
155
|
+
/>
|
156
|
+
<Tool
|
157
|
+
Name="VCManifestTool"
|
158
|
+
/>
|
159
|
+
<Tool
|
160
|
+
Name="VCXDCMakeTool"
|
161
|
+
/>
|
162
|
+
<Tool
|
163
|
+
Name="VCBscMakeTool"
|
164
|
+
/>
|
165
|
+
<Tool
|
166
|
+
Name="VCFxCopTool"
|
167
|
+
/>
|
168
|
+
<Tool
|
169
|
+
Name="VCAppVerifierTool"
|
170
|
+
/>
|
171
|
+
<Tool
|
172
|
+
Name="VCPostBuildEventTool"
|
173
|
+
/>
|
174
|
+
</Configuration>
|
175
|
+
</Configurations>
|
176
|
+
<References>
|
177
|
+
</References>
|
178
|
+
<Files>
|
179
|
+
<Filter
|
180
|
+
Name="Source Files"
|
181
|
+
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
182
|
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
183
|
+
>
|
184
|
+
<File
|
185
|
+
RelativePath="..\libxml\cbg.c"
|
186
|
+
>
|
187
|
+
</File>
|
188
|
+
<File
|
189
|
+
RelativePath="..\libxml\libxml.c"
|
190
|
+
>
|
191
|
+
</File>
|
192
|
+
<File
|
193
|
+
RelativePath="..\libxml\ruby_xml_attr.c"
|
194
|
+
>
|
195
|
+
</File>
|
196
|
+
<File
|
197
|
+
RelativePath="..\libxml\ruby_xml_attributes.c"
|
198
|
+
>
|
199
|
+
</File>
|
200
|
+
<File
|
201
|
+
RelativePath="..\libxml\ruby_xml_document.c"
|
202
|
+
>
|
203
|
+
</File>
|
204
|
+
<File
|
205
|
+
RelativePath="..\libxml\ruby_xml_dtd.c"
|
206
|
+
>
|
207
|
+
</File>
|
208
|
+
<File
|
209
|
+
RelativePath="..\libxml\ruby_xml_html_parser.c"
|
210
|
+
>
|
211
|
+
</File>
|
212
|
+
<File
|
213
|
+
RelativePath="..\libxml\ruby_xml_input_cbg.c"
|
214
|
+
>
|
215
|
+
</File>
|
216
|
+
<File
|
217
|
+
RelativePath="..\libxml\ruby_xml_node.c"
|
218
|
+
>
|
219
|
+
</File>
|
220
|
+
<File
|
221
|
+
RelativePath="..\libxml\ruby_xml_node_set.c"
|
222
|
+
>
|
223
|
+
</File>
|
224
|
+
<File
|
225
|
+
RelativePath="..\libxml\ruby_xml_ns.c"
|
226
|
+
>
|
227
|
+
</File>
|
228
|
+
<File
|
229
|
+
RelativePath="..\libxml\ruby_xml_parser.c"
|
230
|
+
>
|
231
|
+
</File>
|
232
|
+
<File
|
233
|
+
RelativePath="..\libxml\ruby_xml_parser_context.c"
|
234
|
+
>
|
235
|
+
</File>
|
236
|
+
<File
|
237
|
+
RelativePath="..\libxml\ruby_xml_reader.c"
|
238
|
+
>
|
239
|
+
</File>
|
240
|
+
<File
|
241
|
+
RelativePath="..\libxml\ruby_xml_relaxng.c"
|
242
|
+
>
|
243
|
+
</File>
|
244
|
+
<File
|
245
|
+
RelativePath="..\libxml\ruby_xml_sax_parser.c"
|
246
|
+
>
|
247
|
+
</File>
|
248
|
+
<File
|
249
|
+
RelativePath="..\libxml\ruby_xml_schema.c"
|
250
|
+
>
|
251
|
+
</File>
|
252
|
+
<File
|
253
|
+
RelativePath="..\libxml\ruby_xml_state.c"
|
254
|
+
>
|
255
|
+
</File>
|
256
|
+
<File
|
257
|
+
RelativePath="..\libxml\ruby_xml_xinclude.c"
|
258
|
+
>
|
259
|
+
</File>
|
260
|
+
<File
|
261
|
+
RelativePath="..\libxml\ruby_xml_xpath.c"
|
262
|
+
>
|
263
|
+
</File>
|
264
|
+
<File
|
265
|
+
RelativePath="..\libxml\ruby_xml_xpath_context.c"
|
266
|
+
>
|
267
|
+
</File>
|
268
|
+
<File
|
269
|
+
RelativePath="..\libxml\ruby_xml_xpath_object.c"
|
270
|
+
>
|
271
|
+
</File>
|
272
|
+
<File
|
273
|
+
RelativePath="..\libxml\ruby_xml_xpointer.c"
|
274
|
+
>
|
275
|
+
</File>
|
276
|
+
<File
|
277
|
+
RelativePath="..\libxml\ruby_xml_xpointer_context.c"
|
278
|
+
>
|
279
|
+
</File>
|
280
|
+
</Filter>
|
281
|
+
<Filter
|
282
|
+
Name="Header Files"
|
283
|
+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
284
|
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
285
|
+
>
|
286
|
+
<File
|
287
|
+
RelativePath="..\libxml\ruby_libxml.h"
|
288
|
+
>
|
289
|
+
</File>
|
290
|
+
<File
|
291
|
+
RelativePath="..\libxml\ruby_xml_attr.h"
|
292
|
+
>
|
293
|
+
</File>
|
294
|
+
<File
|
295
|
+
RelativePath="..\libxml\ruby_xml_attributes.h"
|
296
|
+
>
|
297
|
+
</File>
|
298
|
+
<File
|
299
|
+
RelativePath="..\libxml\ruby_xml_document.h"
|
300
|
+
>
|
301
|
+
</File>
|
302
|
+
<File
|
303
|
+
RelativePath="..\libxml\ruby_xml_dtd.h"
|
304
|
+
>
|
305
|
+
</File>
|
306
|
+
<File
|
307
|
+
RelativePath="..\libxml\ruby_xml_html_parser.h"
|
308
|
+
>
|
309
|
+
</File>
|
310
|
+
<File
|
311
|
+
RelativePath="..\libxml\ruby_xml_input_cbg.h"
|
312
|
+
>
|
313
|
+
</File>
|
314
|
+
<File
|
315
|
+
RelativePath="..\libxml\ruby_xml_node.h"
|
316
|
+
>
|
317
|
+
</File>
|
318
|
+
<File
|
319
|
+
RelativePath="..\libxml\ruby_xml_node_set.h"
|
320
|
+
>
|
321
|
+
</File>
|
322
|
+
<File
|
323
|
+
RelativePath="..\libxml\ruby_xml_ns.h"
|
324
|
+
>
|
325
|
+
</File>
|
326
|
+
<File
|
327
|
+
RelativePath="..\libxml\ruby_xml_parser.h"
|
328
|
+
>
|
329
|
+
</File>
|
330
|
+
<File
|
331
|
+
RelativePath="..\libxml\ruby_xml_parser_context.h"
|
332
|
+
>
|
333
|
+
</File>
|
334
|
+
<File
|
335
|
+
RelativePath="..\libxml\ruby_xml_reader.h"
|
336
|
+
>
|
337
|
+
</File>
|
338
|
+
<File
|
339
|
+
RelativePath="..\libxml\ruby_xml_relaxng.h"
|
340
|
+
>
|
341
|
+
</File>
|
342
|
+
<File
|
343
|
+
RelativePath="..\libxml\ruby_xml_sax_parser.h"
|
344
|
+
>
|
345
|
+
</File>
|
346
|
+
<File
|
347
|
+
RelativePath="..\libxml\ruby_xml_schema.h"
|
348
|
+
>
|
349
|
+
</File>
|
350
|
+
<File
|
351
|
+
RelativePath="..\libxml\ruby_xml_state.h"
|
352
|
+
>
|
353
|
+
</File>
|
354
|
+
<File
|
355
|
+
RelativePath="..\libxml\ruby_xml_xinclude.h"
|
356
|
+
>
|
357
|
+
</File>
|
358
|
+
<File
|
359
|
+
RelativePath="..\libxml\ruby_xml_xpath.h"
|
360
|
+
>
|
361
|
+
</File>
|
362
|
+
<File
|
363
|
+
RelativePath="..\libxml\ruby_xml_xpath_context.h"
|
364
|
+
>
|
365
|
+
</File>
|
366
|
+
<File
|
367
|
+
RelativePath="..\libxml\ruby_xml_xpath_object.h"
|
368
|
+
>
|
369
|
+
</File>
|
370
|
+
<File
|
371
|
+
RelativePath="..\libxml\ruby_xml_xpointer.h"
|
372
|
+
>
|
373
|
+
</File>
|
374
|
+
<File
|
375
|
+
RelativePath="..\libxml\ruby_xml_xpointer_context.h"
|
376
|
+
>
|
377
|
+
</File>
|
378
|
+
<File
|
379
|
+
RelativePath="..\libxml\version.h"
|
380
|
+
>
|
381
|
+
</File>
|
382
|
+
</Filter>
|
383
|
+
<Filter
|
384
|
+
Name="Resource Files"
|
385
|
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
386
|
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
387
|
+
>
|
388
|
+
</Filter>
|
389
|
+
<File
|
390
|
+
RelativePath=".\ReadMe.txt"
|
391
|
+
>
|
392
|
+
</File>
|
393
|
+
</Files>
|
394
|
+
<Globals>
|
395
|
+
</Globals>
|
396
|
+
</VisualStudioProject>
|
data/lib/libxml_ruby.dll.a
CHANGED
Binary file
|
data/lib/libxml_ruby.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libxml-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: x86-mswin32-60
|
6
6
|
authors:
|
7
7
|
- Charlie Savage
|
@@ -175,8 +175,9 @@ files:
|
|
175
175
|
- ext/libxml/ruby_xml_xpointer_context.h
|
176
176
|
- ext/libxml/sax_parser_callbacks.inc
|
177
177
|
- ext/libxml/version.h
|
178
|
-
- ext/libxml/version.h.rej
|
179
178
|
- ext/mingw/Rakefile
|
179
|
+
- ext/vc/libxml_ruby.sln
|
180
|
+
- ext/vc/libxml_ruby.vcproj
|
180
181
|
- lib/libxml
|
181
182
|
- lib/libxml/attr.rb
|
182
183
|
- lib/libxml/attributes.rb
|
data/ext/libxml/version.h.rej
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
***************
|
2
|
-
*** 1,7 ****
|
3
|
-
/* Don't nuke this block! It is used for automatically updating the
|
4
|
-
* versions below. VERSION = string formatting, VERNUM = numbered
|
5
|
-
* version for inline testing: increment both or none at all.*/
|
6
|
-
- #define RUBY_LIBXML_VERSION "0.8.0"
|
7
|
-
#define RUBY_LIBXML_VERNUM 0
|
8
|
-
#define RUBY_LIBXML_VER_MAJ 0
|
9
|
-
#define RUBY_LIBXML_VER_MIN 8
|
10
|
-
--- 1,7 ----
|
11
|
-
/* Don't nuke this block! It is used for automatically updating the
|
12
|
-
* versions below. VERSION = string formatting, VERNUM = numbered
|
13
|
-
* version for inline testing: increment both or none at all.*/
|
14
|
-
+ #define RUBY_LIBXML_VERSION "0.8.1.1"
|
15
|
-
#define RUBY_LIBXML_VERNUM 0
|
16
|
-
#define RUBY_LIBXML_VER_MAJ 0
|
17
|
-
#define RUBY_LIBXML_VER_MIN 8
|