aboutsummaryrefslogtreecommitdiff
path: root/src/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h.in')
-rw-r--r--src/version.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.h.in b/src/version.h.in
index 8e7affa6..d0b7141f 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,4 +28,6 @@
#define EXTRA_VERSION "@EXTRA_VERSION@"
#define PROG_VERSION "Sylpheed " VERSION
+#define BUILD_REVISION @BUILD_REVISION@
+
#endif /* __VERSION_H__ */