Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ↵ | Adam | |
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config. | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-23 | Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build | Adam | |
2010-12-18 | Made the version generator code work right when we are on a tag because git ↵ | Adam | |
describe just gives the tag name and nothing else. | |||
2010-12-12 | Made version.cpp ok with an empty VERSION_EXTRA | Adam | |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need ↵ | Naram Qashat | |
version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build) | |||
2010-06-28 | Fix version system so it doesn't cause the entire build tree to get rebuilt ↵ | Naram Qashat | |
just because version.h gets regenerated, thanks to Adam for initial patch. | |||
2010-06-27 | Made Windows install.js correctly detect the Anope version and made ↵ | Adam | |
version.cpp correctly generate version.h on Windows | |||
2010-06-25 | Changed the versioning system to use git | Adam | |