Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f304ef5

Browse files
committed
remove micromicro version num
svn path=/branches/v0_99_maint/; revision=8185
1 parent 08d6b40 commit f304ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"""
9090
from __future__ import generators
9191

92-
__version__ = '0.99.1.3rc1'
92+
__version__ = '0.99.3rc1'
9393
__revision__ = '$Revision$'
9494
__date__ = '$Date$'
9595

release/osx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SRCDIR=${PWD}
44
ZLIBVERSION=1.2.3
55
PNGVERSION=1.2.39
66
FREETYPEVERSION=2.3.7
7-
MPLVERSION=0.99.1.3rc1
7+
MPLVERSION=0.99.3rc1
88
BDISTMPKGVERSION=0.4.4
99
MPLSRC=matplotlib-${MPLVERSION}
1010
OSX_SDK_VER=10.6

0 commit comments

Comments
 (0)