CryptoPassphrase  Check-in [d13674735f]

Overview
Comment:Set version to 1.0

It's fine to have a different version for the iOS app.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | v1.0
Files: files | file ages | folders
SHA3-256: d13674735f8495bba45e0a0d7a65d5f0e51e2be281c88b92f3731bbfa3c9fbc3
User & Date: js on 2024-08-10 23:17:55
Other Links: manifest | tags
Context
2024-08-11
09:08
Change license to unmodified ISC check-in: 74b74f8fbd user: js tags: trunk
2024-08-10
23:17
Set version to 1.0 check-in: d13674735f user: js tags: trunk, v1.0
23:16
Remove Makefile and .fossil-settings check-in: fe8eae05f5 user: js tags: trunk
Changes

Modified meson.build from [bcafc6450b] to [2de403f0b9].

1
2
3
4
5
6
7
8
9
project('CryptoPassphrase', 'objc',
  version: '1.3',
  meson_version: '>= 1.5.0')

objfw_dep = dependency('objfw')

executable('cryptopassphrase',
  [
    'CryptoPassphrase.m',

|







1
2
3
4
5
6
7
8
9
project('CryptoPassphrase', 'objc',
  version: '1.0',
  meson_version: '>= 1.5.0')

objfw_dep = dependency('objfw')

executable('cryptopassphrase',
  [
    'CryptoPassphrase.m',