revert [02b8ec] (bump trunk/master to 4.2.0)
This commit is contained in:
parent
12e7019af9
commit
637f72d4af
@ -18,6 +18,6 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION_TUPLE = (4, 2, 0)
|
VERSION_TUPLE = (4, 1, 0)
|
||||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user