File: version.h

package info (click to toggle)
mmorph 2.3.4.2-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 912 kB
  • ctags: 904
  • sloc: ansic: 4,992; yacc: 1,215; lex: 417; makefile: 296; sh: 48; sed: 33; csh: 26
file content (19 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
    mmorph, MULTEXT morphology tool
    Version 2.3, October 1995
    Copyright (c) 1994,1995 ISSCO/SUISSETRA, Geneva, Switzerland
    Dominique Petitpierre, <petitp@divsun.unige.ch>
    Modificado por la RAE.
*/
#ifndef version_h
#define version_h

#define CREATOR_NAME	"mmorph"
#define MAJOR_VERSION	2
#define MINOR_VERSION	3
#define PATCH_LEVEL	4

#define VERSION_STR	"2.3"
#define PATCH_VERSION_STR "2.3.4_2"

#endif	/* version_h */