Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
mGear update version number 2.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed May 30, 2018
1 parent d4b03d3 commit f121434
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Originally mGear was design and develope by Jeremie Passerin, since 2013 [Miquel
- [Release Log](https://miquelcampos.github.io/mgear/releaseLog.html)
- For the official release, with compiled solvers: [Gumroad](https://gumroad.com/l/mgear)

### Latest release: [2.5.23](https://gumroad.com/l/mgear)
### Latest release: [2.5.24](https://gumroad.com/l/mgear)
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maya.SetupMscver()
env = excons.MakeBaseEnv()


version = (2, 5, 23)
version = (2, 5, 24)
versionstr = "%d.%d.%d" % version
platname = {"win32": "windows", "darwin": "osx"}.get(sys.platform, "linux")
outprefix = "platforms/%s/%s/%s/plug-ins" % (maya.Version(nice=True), platname, excons.arch_dir)
Expand Down
2 changes: 1 addition & 1 deletion mgear.status
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MGEAR_VERSION [2, 5, 23]
MGEAR_VERSION [2, 5, 24]
MGEAR_MAJMIN_VERSION 2.5

2 changes: 1 addition & 1 deletion releaseLog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Log
===========

2.5.22
2.5.24
-----
**New Features**
* mGear: IO curves [#76]
Expand Down
2 changes: 1 addition & 1 deletion scripts/mgear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
sev_comment = 32

# gear version
VERSION = [2, 5, 23]
VERSION = [2, 5, 24]

##########################################################
# METHODS
Expand Down

0 comments on commit f121434

Please sign in to comment.