Adam
|
7de4b86b7f
|
Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit which forces a rebuild
|
2015-02-23 20:43:22 -05:00 |
|
Adam
|
64ca357b13
|
Make module version system work
|
2015-02-03 19:38:23 -05:00 |
|
Adam
|
595dad4ec1
|
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
2014-01-01 20:48:38 -05:00 |
|
Adam
|
5007b72b28
|
Update copyright to 2013. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
2013-01-09 04:20:55 -05:00 |
|
Adam
|
e1f5fc6a0c
|
Remove revision numbers as they're only ever set by Config reading git since 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-02-15 00:06:25 -05:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
lethality
|
9efebe5461
|
update copyrights for 2011
|
2011-01-05 18:34:38 +00:00 |
|
Adam
|
a6c8a6a9f2
|
Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build
|
2010-12-23 23:33:02 -05:00 |
|
Adam
|
21125cf2cb
|
Made the version generator code work right when we are on a tag because git describe just gives the tag name and nothing else.
|
2010-12-18 19:53:32 -05:00 |
|
Adam
|
af8cf445b8
|
Made version.cpp ok with an empty VERSION_EXTRA
|
2010-12-12 17:58:09 -05:00 |
|
Naram Qashat
|
950cfcd31e
|
Some OCDing over version.cpp, and make it so module.cpp doesn't need version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build)
|
2010-06-28 23:15:16 -04:00 |
|
Naram Qashat
|
85b07a94d7
|
Fix version system so it doesn't cause the entire build tree to get rebuilt just because version.h gets regenerated, thanks to Adam for initial patch.
|
2010-06-28 01:28:51 -04:00 |
|
Adam
|
f17c4d4d04
|
Made Windows install.js correctly detect the Anope version and made version.cpp correctly generate version.h on Windows
|
2010-06-27 20:34:09 -04:00 |
|
Adam
|
03fbc7d281
|
Changed the versioning system to use git
|
2010-06-25 20:00:21 -04:00 |
|