itextomml 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/ext/itex2MML.h +3 -3
  2. data/ext/lex.yy.c +775 -772
  3. metadata +4 -4
data/ext/itex2MML.h CHANGED
@@ -1,11 +1,11 @@
1
- /* itex2MML 1.4.3
2
- * itex2MML.h last modified 9/29/2010
1
+ /* itex2MML 1.4.4
2
+ * itex2MML.h last modified 9/30/2010
3
3
  */
4
4
 
5
5
  #ifndef ITEX2MML_H
6
6
  #define ITEX2MML_H
7
7
 
8
- #define ITEX2MML_VERSION "1.4.2"
8
+ #define ITEX2MML_VERSION "1.4.4"
9
9
 
10
10
  #ifdef __cplusplus
11
11
  extern "C" {