Revision 2164 src/version.h.in
| version.h.in (revision 2164) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2006 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2009 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 22 | 22 |
|
| 23 | 23 |
#define PACKAGE "@PACKAGE@" |
| 24 | 24 |
#define VERSION "@VERSION@" |
| 25 |
#define MAJOR_VERSION @MAJOR_VERSION@ |
|
| 26 |
#define MINOR_VERSION @MINOR_VERSION@ |
|
| 27 |
#define MICRO_VERSION @MICRO_VERSION@ |
|
| 28 |
#define EXTRA_VERSION "@EXTRA_VERSION@" |
|
| 25 | 29 |
#define PROG_VERSION "Sylpheed " VERSION |
| 26 | 30 |
|
| 27 | 31 |
#endif /* __VERSION_H__ */ |
Also available in: Unified diff