File: version.h

package info (click to toggle)
mmorph 2.3.4-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 876 kB
  • ctags: 742
  • sloc: ansic: 5,009; yacc: 1,211; lex: 417; makefile: 306; sh: 60; sed: 34; csh: 26
file content (18 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
    mmorph, MULTEXT morphology tool
    Version 2.3, October 1995
    Copyright (c) 1994,1995 ISSCO/SUISSETRA, Geneva, Switzerland
    Dominique Petitpierre, <petitp@divsun.unige.ch>
*/
#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"

#endif	/* version_h */