summaryrefslogtreecommitdiff
path: root/cerbero
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-16 15:06:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-16 15:06:51 +0000
commitb393b0a67addcd11755e506242a6054f2ce809ff (patch)
treec1ca287619f8f2cb34e9e5a7d6bef033a3ef266c /cerbero
parentf26fbd03d86c0856062245e40a38eecdf5ad58a3 (diff)
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1375>
Diffstat (limited to 'cerbero')
-rw-r--r--cerbero/enums.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index 4e9da0f4..4d1711ff 100644
--- a/cerbero/enums.py
+++ b/cerbero/enums.py
@@ -20,7 +20,7 @@ from cerbero.errors import FatalError
# Safest place to define this since this file imports very few modules
-CERBERO_VERSION = '1.23.2'
+CERBERO_VERSION = '1.23.2.1'
class Platform: