2010-12-27 Ramon Novoa <rnovoa@artica.es>
* unix/pandora_agent, win32/pandora.cc, win32/installer/pandora.mpi: Updated version strings for the 3.2 release. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3715 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ec28504e4f
commit
63f926fba5
|
@ -1,3 +1,9 @@
|
|||
2010-12-27 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* unix/pandora_agent, win32/pandora.cc,
|
||||
win32/installer/pandora.mpi: Updated version strings for the
|
||||
3.2 release.
|
||||
|
||||
2010-12-04 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* unix/plugins/pandora_update: Added support for FreeBSD.
|
||||
|
|
|
@ -55,8 +55,8 @@ if (!$@) {
|
|||
threads::shared::share (\$Sem);
|
||||
}
|
||||
|
||||
use constant AGENT_VERSION => '3.2RC2';
|
||||
use constant AGENT_BUILD => '101125';
|
||||
use constant AGENT_VERSION => '3.2';
|
||||
use constant AGENT_BUILD => '101227';
|
||||
|
||||
# Commands to retrieve total memory information in kB
|
||||
use constant TOTALMEMORY_CMDS => {
|
||||
|
|
|
@ -3,7 +3,7 @@ AllowLanguageSelection
|
|||
{Yes}
|
||||
|
||||
AppName
|
||||
{Pandora FMS Windows Agent v3.2RC2}
|
||||
{Pandora FMS Windows Agent v3.2}
|
||||
|
||||
ApplicationID
|
||||
{17E3D2CF-CA02-406B-8A80-9D31C17BD08F}
|
||||
|
@ -186,7 +186,7 @@ UpgradeApplicationID
|
|||
{}
|
||||
|
||||
Version
|
||||
{101125}
|
||||
{101227}
|
||||
|
||||
ViewReadme
|
||||
{Yes}
|
||||
|
|
|
@ -30,7 +30,7 @@ using namespace Pandora;
|
|||
using namespace Pandora_Strutils;
|
||||
|
||||
#define PATH_SIZE _MAX_PATH+1
|
||||
#define PANDORA_VERSION ("3.2RC2(Build 101125)")
|
||||
#define PANDORA_VERSION ("3.2(Build 101227)")
|
||||
|
||||
string pandora_path;
|
||||
string pandora_dir;
|
||||
|
|
Loading…
Reference in New Issue