bump to beta6.1 2.0beta6.1
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Oct 2006 14:19:43 +0000 (14:19 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Oct 2006 14:19:43 +0000 (14:19 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1024 d708f5d6-7413-0410-9779-e7cbd77b26cf

SConstruct

index 40b52d8db2b10bd70c486a36dd55c7449e5923c6..f150d30cb045dc2878574a544a5260064d18b98a 100644 (file)
@@ -16,7 +16,7 @@ import SCons.Node.FS
 SConsignFile()
 EnsureSConsVersion(0, 96)
 
-version = '2.0beta6'
+version = '2.0beta6.1'
 
 subst_dict = { }
 
@@ -237,35 +237,6 @@ def i18n (buildenv, sources, installenv):
 # note: requires that DOMAIN, MAJOR, MINOR, MICRO are set in the construction environment
 # note: assumes one source files, the header that declares the version variables
 #
-#def version_builder (target, source, env):
-#   text  = "int " + env['DOMAIN'] + "_major_version = " + str (env['MAJOR']) + ";\n"
-#   text += "int " + env['DOMAIN'] + "_minor_version = " + str (env['MINOR']) + ";\n"
-#   text += "int " + env['DOMAIN'] + "_micro_version = " + str (env['MICRO']) + ";\n"
-#   
-#   try:
-#      o = file (target[0].get_path(), 'w')
-#      o.write (text)
-#      o.close ()
-#   except IOError:
-#      print "Could not open", target[0].get_path(), " for writing\n"
-#      sys.exit (-1)
-#   
-#   text  = "#ifndef __" + env['DOMAIN'] + "_version_h__\n"
-#   text += "#define __" + env['DOMAIN'] + "_version_h__\n"
-#   text += "extern int " + env['DOMAIN'] + "_major_version;\n"
-#   text += "extern int " + env['DOMAIN'] + "_minor_version;\n"
-#   text += "extern int " + env['DOMAIN'] + "_micro_version;\n"
-#   text += "#endif /* __" + env['DOMAIN'] + "_version_h__ */\n"
-#   
-#   try:
-#      o = file (target[1].get_path(), 'w')
-#      o.write (text)
-#      o.close ();
-#   except IOError:
-#      print "Could not open", target[1].get_path(), " for writing\n"
-#      sys.exit (-1)
-#   
-#   return None
 
 def version_builder (target, source, env):
     cmd = "svn info "