summaryrefslogtreecommitdiff
path: root/cerbero
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-05 13:21:23 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-03-05 13:21:23 +0000
commit42651ea9d43eaf1e31f79fc5de664b6d148cbb15 (patch)
tree0b8137d293e2c10b149ad7a478ea604e8666f82a /cerbero
parent4cd98da1769cc33979aee0da0924c24ccba880a1 (diff)
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1396>
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 7c9e3e97..fb91189f 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.24.0'
+CERBERO_VERSION = '1.25.0.1'
class Platform: