Overview
Comment: | Update lib version as we already have incompatible API changes. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2099ba5e3cc1f05a7c3c615b90303ab8 |
User & Date: | js on 2010-01-16 12:01:29 |
Other Links: | manifest | tags |
Context
2010-01-16
| ||
13:18 | Make properties work with the Apple runtime. check-in: 4c069e571f user: js tags: trunk | |
12:01 | Update lib version as we already have incompatible API changes. check-in: 2099ba5e3c user: js tags: trunk | |
11:58 | Add -fexceptions to OBJCFLAGS. check-in: e5f9d3c096 user: js tags: trunk | |
Changes
Modified src/Makefile from [52223a5ca8] to [cdf0569045].
1 2 3 | include ../extra.mk LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../extra.mk LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = OFArray.m \ OFAutoreleasePool.m \ OFConstString.m \ OFDataArray.m \ OFDictionary.m \ OFExceptions.m \ |
︙ | ︙ |