summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-04 18:57:41 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-04 18:57:41 +0000
commita13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae (patch)
treeb92473be60a9432e574b820a9bc56baf88145105 /include
parentfb2dec053c46188acd9a1df0ee4b3e9091f5dd94 (diff)
downloadzabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.tar.gz
zabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.tar.xz
zabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.zip
- [DEV-137] updated version to 1.5.3 (Alexei)base-1.5.3
git-svn-id: svn://svn.zabbix.com/trunk@5754 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index e1372b67..751fb0af 100644
--- a/include/common.h
+++ b/include/common.h
@@ -121,8 +121,8 @@
#define OFF 0
#define APPLICATION_NAME "ZABBIX Agent"
-#define ZABBIX_REVDATE "29 April 2008"
-#define ZABBIX_VERSION "1.5.2"
+#define ZABBIX_REVDATE "4 June 2008"
+#define ZABBIX_VERSION "1.5.3"
#if defined(_WINDOWS)
extern char ZABBIX_SERVICE_NAME[64];