Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/makeversionhdr.py: Update to parse new release line in docs/conf.py. | Damien George | 2017-07-04 |
| | | | | | The line in docs/conf.py with the release/version number was recently changed and this patch makes the makeversionhdr.py script work again. | ||
* | py/makeversionhdr.py: Work with backslashes in paths. | omtinez | 2015-10-30 |
| | | | | | This script may be called by Windows IDEs (e.g. Visual Studio) and be passed paths with backslashes. | ||
* | py/makeversionhdr.py: Use returncode attr to be Python2.7 compat. | Damien George | 2015-08-12 |
| | |||
* | py/makeversionhdr.py: Fallback to using docs version if no git repo. | Damien George | 2015-08-11 |
| | | | | Addresses issue #1420. | ||
* | py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6. | Damien George | 2015-05-30 |
| | | | | | These scripts should run under as wide a range of Python versions as possible. | ||
* | py: Make makeversionhdr.py extract version from docs/conf.py if no git. | Damien George | 2015-05-25 |
| | | | | Addresses issue #1285. | ||
* | py: Replace py-version.sh with makeversionhdr.py, written in Python. | Damien George | 2015-04-28 |
Also rename py-version.h to mpversion.h for consistency with mpconfig.h. |