|
From: <jd...@us...> - 2010-03-09 15:44:27
|
Revision: 8185
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8185&view=rev
Author: jdh2358
Date: 2010-03-09 15:44:16 +0000 (Tue, 09 Mar 2010)
Log Message:
-----------
remove micromicro version num
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/__init__.py
branches/v0_99_maint/release/osx/Makefile
Modified: branches/v0_99_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/__init__.py 2010-03-09 15:41:30 UTC (rev 8184)
+++ branches/v0_99_maint/lib/matplotlib/__init__.py 2010-03-09 15:44:16 UTC (rev 8185)
@@ -89,7 +89,7 @@
"""
from __future__ import generators
-__version__ = '0.99.1.3rc1'
+__version__ = '0.99.3rc1'
__revision__ = '$Revision$'
__date__ = '$Date$'
Modified: branches/v0_99_maint/release/osx/Makefile
===================================================================
--- branches/v0_99_maint/release/osx/Makefile 2010-03-09 15:41:30 UTC (rev 8184)
+++ branches/v0_99_maint/release/osx/Makefile 2010-03-09 15:44:16 UTC (rev 8185)
@@ -4,7 +4,7 @@
ZLIBVERSION=1.2.3
PNGVERSION=1.2.39
FREETYPEVERSION=2.3.7
-MPLVERSION=0.99.1.3rc1
+MPLVERSION=0.99.3rc1
BDISTMPKGVERSION=0.4.4
MPLSRC=matplotlib-${MPLVERSION}
OSX_SDK_VER=10.6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|