summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-29 14:00:00 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-29 14:00:00 +0000
commit2c6082db6dbd05718b8535a182350505ce1dde36 (patch)
tree4c868bdcd9f22a6ec3147b908f222230f13810ec
parent76711ea829fe3b282d52c32eebae0b66e218e964 (diff)
downloadzabbix-2c6082db6dbd05718b8535a182350505ce1dde36.tar.gz
zabbix-2c6082db6dbd05718b8535a182350505ce1dde36.tar.xz
zabbix-2c6082db6dbd05718b8535a182350505ce1dde36.zip
- [DEV-137] updated version to 1.5.2 (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5672 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--configure.in2
-rw-r--r--frontends/php/include/locales/en_gb.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9e24d2b4..79af9993 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/zabbix_server/server.c)
-AM_INIT_AUTOMAKE([zabbix],[1.5.1])
+AM_INIT_AUTOMAKE([zabbix],[1.5.2])
AC_MSG_NOTICE([Configuring $PACKAGE_NAME $PACKAGE_VERSION])
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index 42f30c42..b9d50887 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -521,7 +521,7 @@
'S_COMPARE'=> 'Compare',
// Footer
- 'S_ZABBIX_VER'=> 'ZABBIX 1.5',
+ 'S_ZABBIX_VER'=> 'ZABBIX 1.5.2',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2008 by ',
'S_CONNECTED_AS'=> 'Connected as',
'S_NOT_CONNECTED'=> 'Not connected',