Change CDE version info for 2.3.1 release
[oweals/cde.git] / cde / lib / DtSvc / DtUtil1 / Dt.h
index 1f9746d36efe00c1034f643e3d2eb4b1f92fc17a..a164404a404d72096c429a3846f0ace02ea36c56 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -51,14 +51,14 @@ extern "C" {
 /* CDE Version information */
 
 #define DtVERSION              2
-#define DtREVISION             2
-#define DtUPDATE_LEVEL         0
+#define DtREVISION             3
+#define DtUPDATE_LEVEL         1
 
 #define DtVERSION_NUMBER       (DtVERSION * 10000 +  \
                                DtREVISION * 100 + \
                                DtUPDATE_LEVEL)
 
-#define DtVERSION_STRING "CDE Version 2.2.0"
+#define DtVERSION_STRING "CDE Version 2.3.1"
 
 
 /*