Overview
Comment: | Set version to 1.0.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.0.1 |
Files: | files | file ages | folders |
SHA3-256: |
2f8cbf3f6491fbf5781e9764dd8a4182 |
User & Date: | js on 2024-08-11 09:08:32 |
Other Links: | manifest | tags |
Context
2024-08-25
| ||
10:48 | [iOS] Remove key upload functionality Leaf check-in: 0c2ffe58fd user: js tags: trunk | |
2024-08-11
| ||
09:08 | Set version to 1.0.1 check-in: 2f8cbf3f64 user: js tags: trunk, v1.0.1 | |
09:08 | Change license to unmodified ISC check-in: 74b74f8fbd user: js tags: trunk | |
Changes
Modified meson.build from [2de403f0b9] to [4db2aa703a].
1 | project('CryptoPassphrase', 'objc', | | | 1 2 3 4 5 6 7 8 9 | project('CryptoPassphrase', 'objc', version: '1.0.1', meson_version: '>= 1.5.0') objfw_dep = dependency('objfw') executable('cryptopassphrase', [ 'CryptoPassphrase.m', |
︙ | ︙ |