itextomml 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
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" {