[retro-gtk/prepare-0-18-1] Version 0.18.1



commit 08e84543076364ca1d2141a9bdb7d85940b7c8f4
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Jan 18 23:18:19 2020 +0100

    Version 0.18.1

 NEWS        | 11 +++++++++++
 meson.build |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ae89e1e..1894701 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+==============
+Version 0.18.1
+==============
+
+* Meson:
+ - Bump the required version to 0.50.0 to fix a build-time-warning.
+ - Explicitly specify the GIR namespace and the packages GIR exports.
+* RetroGLDisplay:
+ - Scale coordinates on display for pointer inputs to work in Hi-DPI.
+* Register a GType for RetroRumbleEffect.
+
 ==============
 Version 0.18.0
 ==============
diff --git a/meson.build b/meson.build
index df87791..a6c2893 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('retro-gtk','c',
-  version: '0.18.0',
+  version: '0.18.1',
   meson_version: '>= 0.50.0',
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]