summaryrefslogtreecommitdiff
path: root/buildlib/libversion.mak
Commit message (Collapse)AuthorAgeFilesLines
* move defines for version to macros.hDavid Kalnischkies2014-03-131-3/+3
| | | | | | also adds namespaced attributes for good usage Git-Dch: Ignore
* we break the ABI, so let use increase the ABI number :)David Kalnischkies2010-02-181-7/+0
| | | | (This is the revert of the glibc-abi-compatibility-hack)
* revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-121-0/+7
| | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
* refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-281-0/+14
so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)