summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-08 16:03:19 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-08 16:03:19 +0000
commit92ef7bbf6a7c38984e4cd596dcb86b5e2a1faafb (patch)
tree0c512d79a88744d2c6d6e5b15b8a6d0cd69ea6e2 /include/common.h
parent40d8696d1b58c0f76ee82ba8ebdb90e965efcd62 (diff)
downloadzabbix-92ef7bbf6a7c38984e4cd596dcb86b5e2a1faafb.tar.gz
zabbix-92ef7bbf6a7c38984e4cd596dcb86b5e2a1faafb.tar.xz
zabbix-92ef7bbf6a7c38984e4cd596dcb86b5e2a1faafb.zip
- improved configuration script
- added suport of 'make dist' - fixed some bugs with DB supporting git-svn-id: svn://svn.zabbix.com/trunk@3814 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 041d3a21..750f0fd7 100644
--- a/include/common.h
+++ b/include/common.h
@@ -60,8 +60,8 @@
#define OFF 0
#define APPLICATION_NAME "ZABBIX Agent"
-#define ZABBIX_REVDATE "11 December 2006"
-#define ZABBIX_VERSION "1.3.2"
+#define ZABBIX_REVDATE "XX ???????? 2007"
+#define ZABBIX_VERSION "1.3.3"
#if defined(_WINDOWS)
/*# pragma warning (disable: 4100)*/