/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/itex2MML.h

  • Committer: Jacques Distler
  • Date: 2007-11-21 05:30:36 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071121053036-knbfrl4p3fcz324k
Tags: 1.3.3
Version 1.3.3
Updated "Universal" build for MacOSX 10.5 build environment.
Added commandline option to emit a version number.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.3.1
2
 
 *   itex2MML.h last modified 10/24/2007
 
1
/*             itex2MML 1.3.3
 
2
 *   itex2MML.h last modified 11/21/2007
3
3
 */
4
4
 
5
5
#ifndef ITEX2MML_H
6
6
#define ITEX2MML_H
7
7
 
 
8
#define ITEX2MML_VERSION "1.3.3"
 
9
 
8
10
#ifdef __cplusplus
9
11
extern "C" {
10
12
#endif