[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56530] trunk/blender/source/tools/ tag_release.py: Update tag_release.py with revisions used for initial 2. 67 tag

Sergey Sharybin sergey.vfx at gmail.com
Tue May 7 18:14:14 CEST 2013


Revision: 56530
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56530
Author:   nazgul
Date:     2013-05-07 16:14:13 +0000 (Tue, 07 May 2013)
Log Message:
-----------
Update tag_release.py with revisions used for initial 2.67 tag

Modified Paths:
--------------
    trunk/blender/source/tools/tag_release.py

Modified: trunk/blender/source/tools/tag_release.py
===================================================================
--- trunk/blender/source/tools/tag_release.py	2013-05-07 15:58:21 UTC (rev 56529)
+++ trunk/blender/source/tools/tag_release.py	2013-05-07 16:14:13 UTC (rev 56530)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python3
 
-REV_BLENDER = 52841
-REV_EXTENSIONS = 4033
-REV_LOCALE = 1276
+REV_BLENDER = 56527
+REV_EXTENSIONS = 4510
+REV_LOCALE = 1837
 
-TAG_BLENDER = "blender-2.65-release"
-TAG_EXTENSIONS = TAG_LOCALE = "2_65_release"
+TAG_BLENDER = "blender-2.67-release"
+TAG_EXTENSIONS = TAG_LOCALE = "2_67_release"
 
 print("\n# Run these commands from the blender source dir:")
 




More information about the Bf-blender-cvs mailing list