From 34ef24e42b23d094a2dc9a2ff9904569318602f8 Mon Sep 17 00:00:00 2001
From: chebrard <chebrard@localhost>
Date: Mon, 26 Jan 2009 15:54:02 +0000
Subject: [PATCH] Frontport of all fixes related to SVR4 from branch 1.2 to trunk:
---
opends/src/server/org/opends/server/tools/configurator/CheckInstance.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/configurator/CheckInstance.java b/opends/src/server/org/opends/server/tools/configurator/CheckInstance.java
index e7d8640..f4b74b3 100644
--- a/opends/src/server/org/opends/server/tools/configurator/CheckInstance.java
+++ b/opends/src/server/org/opends/server/tools/configurator/CheckInstance.java
@@ -221,7 +221,9 @@
// Check version
if (checkVersionArg.isPresent()) {
BuildInformation installBi =
- BuildInformation.fromBuildString(VERSION_NUMBER_STRING +
+ BuildInformation.fromBuildString(MAJOR_VERSION +
+ "." + MINOR_VERSION +
+ "." + POINT_VERSION +
"." + REVISION_NUMBER);
BuildInformation instanceBi = installBi;
--
Gitblit v1.10.0