summaryrefslogtreecommitdiff
path: root/version.sh
Commit message (Collapse)AuthorAgeFilesLines
* Generate the memcached.spec along with the version number.Dustin Sallings2009-08-291-1/+2
|
* Added docs target for generating doxygen.Dustin Sallings2009-04-171-3/+5
|
* Use git's version number for releases.Dustin Sallings2009-03-261-0/+8
This will allow more specific version numbers, while simplifying a proper release down to a tag and make dist. During development, ./version.sh needs to run periodically to update the version number. I'd recommend just adding a call to version.sh as a git post commit hook: % cat .git/hooks/post-commit echo "Updating version." ./version.sh (and make sure the file is executable)