mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

coulbeck
16.31.2006 fefff7ca06c138c234c440b4a480842900389f68
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -7121,7 +7121,15 @@
    buffer.append(MAJOR_VERSION);
    buffer.append(".");
    buffer.append(MINOR_VERSION);
    buffer.append(VERSION_QUALIFIER);
    if ((VERSION_QUALIFIER == null) || (VERSION_QUALIFIER.length() == 0))
    {
      buffer.append(".");
      buffer.append(POINT_VERSION);
    }
    else
    {
      buffer.append(VERSION_QUALIFIER);
    }
    return buffer.toString();
  }