imapfilter/src/version.h

13 lines
222 B
C
Raw Normal View History

2011-03-06 06:58:58 -05:00
#ifndef VERSION_H
#define VERSION_H
/* Program's version number. */
2012-07-22 09:25:41 -04:00
#define VERSION "2.5.3"
2011-03-06 06:58:58 -05:00
/* Program's copyright. */
2013-04-09 15:43:06 -04:00
#define COPYRIGHT "Copyright (c) 2001-2013 Eleftherios Chatzimparmpas"
2011-03-06 06:58:58 -05:00
#endif /* VERSION_H */