[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/waf
From:       Thomas Nagy <tnagyemail-mail () yahoo ! fr>
Date:       2006-10-21 23:21:42
Message-ID: 1161472902.686554.22171.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 597896 by tnagy:

Replace the dots in header_configurator
Version is now 1.0


 M  +1 -1      waf-light  
 M  +1 -1      wafadmin/Configure.py  
 M  +1 -1      wafadmin/Params.py  
 M  +1 -1      wscript  


--- trunk/playground/devtools/waf/waf-light #597895:597896
@@ -10,7 +10,7 @@
 	except:
 		pass
 
-VERSION="0.9.9"
+VERSION="1.0.0"
 cwd = os.getcwd()
 
 def decodeAscii85(s):
--- trunk/playground/devtools/waf/wafadmin/Configure.py #597895:597896
@@ -631,7 +631,7 @@
 		#try: self.names = self.names.split()
 		#except: pass
 		if not self.define:
-			if self.name: self.define = \
'HAVE_'+self.name.upper().replace('/','_').replace('-','_') +			if self.name: \
self.define = 'HAVE_'+self.name.upper().replace('/','_').replace('-','_').replace('.', \
'_')  elif self.uselib: self.define = 'HAVE_'+self.uselib
 
 		if not self.code:
--- trunk/playground/devtools/waf/wafadmin/Params.py #597895:597896
@@ -10,7 +10,7 @@
 # =================================== #
 # Fixed constants, change with care
 
-g_version="0.9.9"
+g_version="1.0.0"
 g_rootname = ''
 if sys.path=='win32':
 	# get the first two letters (c:)
--- trunk/playground/devtools/waf/wscript #597895:597896
@@ -2,7 +2,7 @@
 # encoding: utf-8
 # Thomas Nagy, 2005, 2006 (ita)
 
-VERSION="0.9.9"
+VERSION="1.0.0"
 APPNAME='waf'
 
 demos = ['cpp', 'qt4', 'tex', 'ocaml', 'kde3', 'adv', 'cc', 'idl', 'docbook', \
'xmlwaf', 'gnome']


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic