summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd9b2a62d..55ffb87e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 43.rc:
+- Fix videos not playing when opening through nautilus 43
+- Translation updates
+
Major changes in 43.beta:
- Throw a better error if OpenGL couldn't init
- Translate DVD/VCD device errors
diff --git a/meson.build b/meson.build
index a8c0ce5ec..2faade281 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '43.beta',
+ version: '43.rc',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.57.0'