Overview
| Comment: | Update LIB_MAJOR as we are already API-incompatible to 0.5.x. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
11c6bb1727b438b0b8d0b0f6814b3f4d |
| User & Date: | js on 2011-04-25 18:06:12 |
| Other Links: | manifest | tags |
Context
|
2011-04-25
| ||
| 18:49 | Added tag 0.5.2-release for changeset 6702b5c91a13 (check-in: b9b4a8e270 user: js tags: trunk) | |
| 18:06 | Update LIB_MAJOR as we are already API-incompatible to 0.5.x. (check-in: 11c6bb1727 user: js tags: trunk) | |
| 18:04 | Update ChangeLog. (check-in: a3efe17ba0 user: js tags: trunk) | |
Changes
Modified extra.mk.in from [a6cef7bb66] to [fedd01b906].
1 2 | OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@ OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@ | | | 1 2 3 4 5 6 7 8 9 10 |
OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@
OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@
OBJFW_LIB_MAJOR = 5
OBJFW_LIB_MINOR = 0
OBJFW_LIB_MAJOR_MINOR = ${OBJFW_LIB_MAJOR}.${OBJFW_LIB_MINOR}
ASPRINTF_M = @ASPRINTF_M@
ATOMIC_H = @ATOMIC_H@
BIN_PREFIX = @BIN_PREFIX@
EXCEPTIONS_A = @EXCEPTIONS_A@
|
| ︙ | ︙ |