From 2c6082db6dbd05718b8535a182350505ce1dde36 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Apr 2008 14:00:00 +0000 Subject: - [DEV-137] updated version to 1.5.2 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@5672 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- configure.in | 2 +- 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', -- cgit