Overview
| Comment: | Increase library minor number
This is required as -[OFDate localMinute] was added. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 0.90 |
| Files: | files | file ages | folders |
| SHA3-256: |
f2640cbcf20b1bb25817cc39c1876fd9 |
| User & Date: | js on 2017-08-05 10:05:28 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-05
| ||
| 15:51 | OFTarArchiveEntry: Fix prefix handling for ustar (check-in: 9136eac5e0 user: js tags: 0.90) | |
| 10:05 | Increase library minor number (check-in: f2640cbcf2 user: js tags: 0.90) | |
| 10:04 | OFDate: Add -[localMinute] (check-in: a420340467 user: js tags: 0.90) | |
Changes
Modified extra.mk.in from [0faa40e4d3] to [f18de84cc5].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | OBJFW_SHARED_LIB = @OBJFW_SHARED_LIB@ OBJFW_STATIC_LIB = @OBJFW_STATIC_LIB@ # When changing: Be sure to also change these in the Xcode project! OBJFW_LIB_MAJOR = 8 |
| ︙ |