Skip to content

Commit

Permalink
Release 22.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tari01 committed Jul 4, 2022
1 parent e91dba4 commit 06dfc3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
odio-edit (22.7.5) unstable; urgency=medium

* Updated translation files
* Translated using Weblate (Turkish)
* debian/control: Update runtime dependencies
* gstreamer.c: Drop cases with native endianness

-- Robert Tari <robert@tari.in> Mon, 5 Jul 2022 00:26:00 +0200

odio-edit (22.6.15) unstable; urgency=medium

* Translated using Weblate (Spanish)
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <gtk/gtk.h>

#define APPVERSION "22.6.15"
#define APPVERSION "22.7.5"
#define ARRAY_LENGTH(arr) (sizeof(arr)/sizeof((arr)[0]))
#define GFLOAT(x) ((gfloat)(x))
#define GDOUBLE(x) ((gdouble)(x))
Expand Down

0 comments on commit 06dfc3b

Please sign in to comment.