summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontends/php/include/locales/en_gb.inc.php2
-rw-r--r--include/common.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index cbe7d98b..690a2050 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -457,7 +457,7 @@
'S_COMPARE'=> 'Compare',
// Footer
- 'S_ZABBIX_VER'=> 'ZABBIX 1.3.3',
+ 'S_ZABBIX_VER'=> 'ZABBIX 1.3.4',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 by ',
'S_CONNECTED_AS'=> 'Connected as',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/include/common.h b/include/common.h
index 263d8fad..fc4ecdfd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -73,8 +73,8 @@
#define OFF 0
#define APPLICATION_NAME "ZABBIX Agent"
-#define ZABBIX_REVDATE "02 March 2007"
-#define ZABBIX_VERSION "1.3.3"
+#define ZABBIX_REVDATE "27 March 2007"
+#define ZABBIX_VERSION "1.3.4"
#if defined(_WINDOWS)
/*# pragma warning (disable: 4100)*/