From d1f8ce7a3cc1ba49f2d0d9b17c51e343ebfc435f Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Sat, 28 Oct 2006 17:45:09 +0000
Subject: [PATCH] Removed reference to duplicate product properties file Removed the afore mentioned file also Changed build files to reflect the change and point to root dir PRODUCT file fixed the product version to allow the tests to work on the daily builds

---
 opends/PRODUCT |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/PRODUCT b/opends/PRODUCT
index 01d95b6..2a24051 100644
--- a/opends/PRODUCT
+++ b/opends/PRODUCT
@@ -8,7 +8,7 @@
 MAJOR_VERSION=0
 
 # The minor version number for the Directory Server.  It must be an integer.
-MINOR_VERSION=1
+MINOR_VERSION=3
 
 # The point version number for the Directory Server.  It must be an integer.
 # The point version will generally not be displayed to the end user but may be
@@ -21,7 +21,7 @@
 # but may include additional text like "BETA1" or "SP2" for updates that do not
 # warrant incrementing the major or minor version.  However, the point version
 # should be incremented every time a new qualifier is used.
-VERSION_QUALIFIER=
+VERSION_QUALIFIER=test
 
 # A comma-delimited list of bug IDs for fixes included in this build.  This
 # should be set in any non-official build given to a customer to address a

--
Gitblit v1.10.0