version.h
author jhilmer
Mon, 01 Aug 2005 20:45:55 +0000
changeset 145 0683c8e87fac
parent 143 56c57552f1d2
child 146 1b52ff19aad5
permissions -rw-r--r--
Adding of subscript and superscript + bugfix problems with closing of note editor when text was modified.
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@141
     4
#define __VYM_VERSION__ "1.7.3"
insilmaril@143
     5
#define __BUILD_DATE__ "August 1, 2005"
insilmaril@0
     6
insilmaril@0
     7
#endif