Overview
| Comment: | Increase patch level for libraries |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 1.0 |
| Files: | files | file ages | folders |
| SHA3-256: |
0b0995206ae05393d097cd1a29db0a5c |
| User & Date: | js on 2024-03-09 20:45:18 |
| Other Links: | branch diff | manifest | tags |
Context
|
2024-03-09
| ||
| 20:46 | Set version to 1.0.11 (check-in: d8a15cef5d user: js tags: 1.0, 1.0.11-release) | |
| 20:45 | Increase patch level for libraries (check-in: 0b0995206a user: js tags: 1.0) | |
| 20:40 | Update ChangeLog for 1.0.11 (check-in: 1a00620d33 user: js tags: 1.0) | |
Changes
Modified extra.mk.in from [a4a983a2cc] to [64aec78c18].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - + | OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@ OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@ OBJFW_FRAMEWORK = @OBJFW_FRAMEWORK@ OBJFW_LIB_MAJOR = 1 OBJFW_LIB_MINOR = 0 |
| ︙ |