Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Additional hashbang compatibility for BSD-like systems. | Bradley Sepos | 2017-12-03 | 1 | -1/+1 |
| | | | | Fixes #1040. | ||||
* | build: Make hashbangs more compatible. | Bradley Sepos | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | build: changes to version numbering and build process | John Stebbins | 2015-09-23 | 1 | -55/+67 |
| | | | | | | Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch. Add --snapshot configure option to force snapshot builds. repo-info.sh and tag-release.sh improvements. | ||||
* | scripts: fix repo-info.sh | John Stebbins | 2015-08-27 | 1 | -2/+2 |
| | | | | It was not working for new tags made on master | ||||
* | build: fix errors in last commit | John Stebbins | 2015-08-25 | 1 | -2/+2 |
| | | | | Thanks BradleyS | ||||
* | build: use git version info instead of svn | John Stebbins | 2015-08-25 | 1 | -0/+67 |
Migrate from svn to git. Since our build system automatically generates version info from the svn repo, this needs to change when we move the repo to git. |