Skip to content

Commit fb8c0cb

Browse files
committed
prepare for v1.1.1
1 parent 93b74e5 commit fb8c0cb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/CHANGELOG-1.1.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changes in libobsd 1.1.1:
2+
3+
- Fix incorrect header install directory
4+

docs/RELEASE-CHECKLIST.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1515
-->
1616

1717
- [ ] decide on the new semantic version number, represented by `$VERSION`
18-
- [ ] set `revision` in [libobsd.wrap](libobsd.wrap) to `$VERSION`
1918
- [ ] set `version` in [meson.build](meson.build)'s project() call to `$VERSION`
2019
- [ ] Make sure docs/CHANGELOG.md ends with a blank line and has "changes in
2120
libobsd `$VERSION`" written at the top
@@ -25,3 +24,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2524
- [ ] git tag -m 'libobsd `$VERSION`' `v$VERSION`
2625

2726
Remember: a version is only preceded by a 'v' in the tag name and nowhere else.
27+
28+
After pushing:
29+
30+
- [ ] update the WrapDB file
31+
- [ ] update the OpenWRT package

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1313
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

15-
project('libobsd', 'c', version: '1.1.0',
15+
project('libobsd', 'c', version: '1.1.1',
1616
license: 'ISC AND BSD-3-Clause AND BSD-4-Clause',
1717
default_options: ['c_std=gnu99', 'warning_level=2', 'b_lto=true'])
1818

0 commit comments

Comments
 (0)