Overview
Comment: | Increase library versions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.2 |
Files: | files | file ages | folders |
SHA3-256: |
f51da33bea8e131a9abbf1ce5bfbf60a |
User & Date: | js on 2024-11-09 00:46:57 |
Other Links: | branch diff | manifest | tags |
Context
2024-11-09
| ||
00:55 | GitHub Actions: Add ObjC++ test on Windows/MSYS2 check-in: c0500dcabf user: js tags: 1.2 | |
00:47 | Increase library versions check-in: 290e272b00 user: js tags: trunk | |
00:46 | Increase library versions check-in: f51da33bea user: js tags: 1.2 | |
00:42 | Make ObjC++ exceptions work on Windows with DWARF check-in: 105d2f60b7 user: js tags: 1.2 | |
Changes
Modified extra.mk.in from [ee822dd682] to [dc906c47d1].
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 = 2 |
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | OBJFWTLS_LIB_PATCH = 2 OBJFWHID_SHARED_LIB = @OBJFWHID_SHARED_LIB@ OBJFWHID_STATIC_LIB = @OBJFWHID_STATIC_LIB@ OBJFWHID_FRAMEWORK = @OBJFWHID_FRAMEWORK@ OBJFWHID_LIB_MAJOR = 1 OBJFWHID_LIB_MINOR = 0 |
︙ |