Overview
Comment: | Increase patch level for ObjFW library |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.0 |
Files: | files | file ages | folders |
SHA3-256: |
2fcb2a154eaaec9def9c561bafe7f990 |
User & Date: | js on 2024-01-21 10:53:08 |
Other Links: | branch diff | manifest | tags |
Context
2024-01-21
| ||
10:54 | Set version to 1.0.7 check-in: 79d7e0d008 user: js tags: 1.0, 1.0.7-release | |
10:53 | Increase patch level for ObjFW library check-in: 2fcb2a154e user: js tags: 1.0 | |
10:51 | Update ChangeLog for 1.0.7 check-in: f49c43320b user: js tags: 1.0 | |
Changes
Modified extra.mk.in from [2e9a92845b] to [b4e033362d].
1 2 3 4 5 | OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@ OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@ OBJFW_FRAMEWORK = @OBJFW_FRAMEWORK@ OBJFW_LIB_MAJOR = 1 OBJFW_LIB_MINOR = 0 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@ OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@ OBJFW_FRAMEWORK = @OBJFW_FRAMEWORK@ OBJFW_LIB_MAJOR = 1 OBJFW_LIB_MINOR = 0 OBJFW_LIB_PATCH = 5 OBJFW_LIB_MAJOR_MINOR = ${OBJFW_LIB_MAJOR}.${OBJFW_LIB_MINOR} OBJFWRT_SHARED_LIB = @OBJFWRT_SHARED_LIB@ OBJFWRT_STATIC_LIB = @OBJFWRT_STATIC_LIB@ OBJFWRT_FRAMEWORK = @OBJFWRT_FRAMEWORK@ OBJFWRT_LIB_MAJOR = 1 OBJFWRT_LIB_MINOR = 0 |
︙ | ︙ |