Skip to content

Commit 0f4264c

Browse files
authored
Merge pull request #1823 from peternewman/0.10-c11-compat
Release 0.10.9
2 parents bb3fb8b + a3634c6 commit 0f4264c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x/y/2023 ola-0.10.9
1+
26/2/2023 ola-0.10.9
22
Features:
33
* Python 3 compatibility across the board (including the RDM Responder Tests)!
44
#1506

config/ola_version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020
m4_define([ola_major_version], [0])
2121
m4_define([ola_minor_version], [10])
22-
m4_define([ola_revision_version], [8])
22+
m4_define([ola_revision_version], [9])
2323

2424
m4_define([ola_version],
2525
[ola_major_version.ola_minor_version.ola_revision_version])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ola (0.10.9-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Peter Newman <bugs@pjnewman.co.uk> Sun, 26 Feb 2023 01:15:00 +0000
6+
17
ola (0.10.8-1) unstable; urgency=low
28

39
* New upstream release

0 commit comments

Comments
 (0)