From b9a964191a7dae971f84b16388ffa2a498a49389 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Fri, 11 Jan 2013 04:30:15 +0000 Subject: [PATCH] 2013-01-11 Junichi Satoh * SunOS/make_solaris_package/make_solaris_package.sh: Updated AGENT_VERSION string. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7429 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 5 +++++ .../unix/SunOS/make_solaris_package/make_solaris_package.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 365f35fe07..a8b5800f86 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Junichi Satoh + + * SunOS/make_solaris_package/make_solaris_package.sh: Updated + AGENT_VERSION string. + 2012-12-17 Sancho Lerena * pandora_agent: Updated version diff --git a/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh b/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh index 4aea8e817d..8e475a0597 100755 --- a/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh +++ b/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh @@ -2,7 +2,7 @@ # ********************************************************************** # Pandora FMS Agent package builder for Solaris -# (c) 2010-2011 Junichi Satoh +# (c) 2010-2013 Junichi Satoh # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License @@ -15,7 +15,7 @@ # # ********************************************************************** -AGENT_VERSION="3.2.0" +AGENT_VERSION="5.0dev" PKGFILE="PandoraFMS-agent-$AGENT_VERSION.pkg"