summaryrefslogtreecommitdiff
path: root/cerbero
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-26 12:15:22 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-26 12:15:22 +0000
commite7ea3c20f5e8818bca744fd92308351a262adb8f (patch)
tree3f5b915f332271aec6c6476f8083c171d2a43c3f /cerbero
parentbf6cb31e052574f58e75ddda85420e4821a1c5da (diff)
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1385>
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 9c62fcac..da328e75 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.90'
+CERBERO_VERSION = '1.23.90.1'
class Platform: