[gnome-internet-radio-locator] GNOME Internet Radio Locator version 3.4.0
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-internet-radio-locator] GNOME Internet Radio Locator version 3.4.0
- Date: Wed, 30 Sep 2020 12:34:02 +0000 (UTC)
commit 7f37604b3f4821794084ad1589c06920adda9928
Author: Ole Aamot <ole gnome org>
Date: Wed Sep 30 14:36:03 2020 +0200
GNOME Internet Radio Locator version 3.4.0
AUTHORS | 1 +
NEWS | 29 +++++++++++++++++++++++++++++
THANKS | 1 +
configure.ac | 2 +-
meson.build | 4 ++--
5 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 6645eea..fd10bb9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -30,3 +30,4 @@ Serdar Sağlam (Turkish translation)
Florentina Mușat (Romanian translation)
Yuri Chornoivan (Ukrainian translation)
Andre Klapper (Documentation)
+Dušan Kazik (Slovak translation)
diff --git a/NEWS b/NEWS
index c3b94b8..84e8792 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+=============
+Version 3.4.0
+=============
+
+Build
+
+ * configure.ac: Update to version 3.4.0
+ * meson.build: Update to version 3.4.0
+
+Documentation
+
+ * AUTHORS: Add Dušan Kazik (Slovak translation)
+ * THANKS: Add Dušan Kazik (Slovak translation)
+
+=============
+Version 3.3.0
+=============
+
+Build
+
+ * meson.build: Update to version 3.3.0
+
+Translations
+
+ * Dušan Kazik (Add Slovak translation)
+ * Emin Tufan Çetin (Update Turkish translation)
+ * Goran Vidović (Update Croatian translation)
+ * Kukuh Syafaat (Update Indonesian translation)
+
=============
Version 3.2.0
=============
diff --git a/THANKS b/THANKS
index 3a1a3b7..fd2247c 100644
--- a/THANKS
+++ b/THANKS
@@ -35,3 +35,4 @@ Serdar Sağlam (Turkish translation)
Florentina Mușat (Romanian translation)
Yuri Chornoivan (Ukrainian translation)
Andre Klapper (Documentation)
+Dušan Kazik (Slovak translation)
diff --git a/configure.ac b/configure.ac
index b7b5e32..3b4725d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(gnome-internet-radio-locator,3.2.0)
+AC_INIT(gnome-internet-radio-locator,3.4.0)
AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/gnome-internet-radio-locator.c])
diff --git a/meson.build b/meson.build
index 7d45274..9f453e7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-internet-radio-locator', 'c',
- version : '3.2.0',
+ version : '3.4.0',
meson_version: '>= 0.49.2',
license : 'GPL')
prefix = get_option('prefix')
@@ -26,7 +26,7 @@ inc = include_directories('src')
subdir('src')
pkg_mod = import('pkgconfig')
pkg_mod.generate(libraries : gnomeinternetradiolibrary,
- version : '3.2.0',
+ version : '3.4.0',
name : 'libgnomeinternetradiolibrary',
filebase : 'gnomeinternetradiolibrary',
description : 'GNOME Internet Radio Library')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]