91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
-
+
|
### Haiku
In `dev-libs/objfw`:
1. Rename the recipe file to the new version.
1. Update the hash.
1. Update the library versions as necessary.
1. Run `haikuporter objfw_x86` (for gcc2h) or `haikuporter objfw`.
1. Run `haikuporter --test objfw_x86` (for gcc2h) or `haikuporter --test objfw`.
1. Commit & push.
### OpenBSD
In `devel/objfw`:
1. Edit `Makefile` and increase the version and potentially library versions.
|