Skip to content

Commit

Permalink
increment version number to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Nov 29, 2024
1 parent 39f64d5 commit 5a4663b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libcm4all-was (1.31) unstable; urgency=low

*

--

libcm4all-was (1.30) unstable; urgency=low

* simple: refuse to send packets longer than 65535 bytes
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# built documents.
#
# The short X.Y version.
version = '1.30'
version = '1.31'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libwas', ['c', 'cpp'], version: '1.30',
project('libwas', ['c', 'cpp'], version: '1.31',
meson_version: '>= 0.56',
default_options: [
'c_std=c11',
Expand Down

0 comments on commit 5a4663b

Please sign in to comment.