[srm-cvs] CVS Update: - Get rid of date related API number

From: <d.rethans[@]jdimedia.nl>
Date: Tue May 07 2002 - 08:49:49 CEST

Date: Tue May 7 08:49:47 CEST 2002
User: Derick Rethans
Directory: srm

Log Message:
 [0.50]
 - Get rid of date related API number
 #- Make sure you bumb up the last digit when it is needed!!
 
Modified files:
           srm/configure.in (version: 1.54)

[FILE: /srm/configure.in]

--- srm/configure.in:1.53 Sat Apr 27 22:10:35 2002 GMT
+++ srm/configure.in Tue May 07 04:49:46 2002 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.53 2002/04/28 00:10:35 sniper Exp $
+dnl $Id: cvstemp,v 1.54 2002/05/07 06:49:46 derick Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -21,7 +21,12 @@
 SRM_VERSION_NUMBER=`expr $SRM_MAJOR_VERSION \* 10000 + $SRM_MINOR_VERSION \* 100 + $SRM_MICRO_VERSION`
 
 dnl This can be same as SRM_VERSION_NUMBER but for now we'll use date.
-SRM_API_VERSION=`date +%Y%m%d`
+if test "x$SRM_VERSION_SUFFIX" = "x-dev"
+then
+SRM_API_VERSION=$SRM_VERSION_NUMBER"0"
+else
+SRM_API_VERSION=$SRM_VERSION_NUMBER"1"
+fi
 AC_SUBST(SRM_API_VERSION)
 dnl end of temporary
 
Received on Tue May 7 09:44:34 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 07:00:03 CET