diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 2 |
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', |