[gxml/gxml-0.8] Bump version up to 0.8.3
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gxml-0.8] Bump version up to 0.8.3
- Date: Thu, 14 Apr 2016 20:09:21 +0000 (UTC)
commit 986ffd9ad2f03d2bc8c9a1aac5c850eb7c93c79c
Author: Daniel Espinosa <esodan gmail com>
Date: Thu Apr 14 15:08:05 2016 -0500
Bump version up to 0.8.3
configure.ac | 2 +-
gxml/gxml-init.vala | 40 ++++++++++++++++++++--------------------
2 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b5a93cc..80dd834 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
# Release Version
m4_define([project_major_version], [0])
m4_define([project_minor_version], [8])
-m4_define([project_micro_version], [2])
+m4_define([project_micro_version], [3])
m4_define([project_nano_version], [0])
# LT_VERSION
diff --git a/gxml/gxml-init.vala b/gxml/gxml-init.vala
index 51216d1..63f7b61 100644
--- a/gxml/gxml-init.vala
+++ b/gxml/gxml-init.vala
@@ -1,11 +1,11 @@
/**
- * GXml
- *
- * Authors:
- *
- * Daniel Espinosa <esodan gmail com>
- *
- *
+ * GXml
+ *
+ * Authors:
+ *
+ * Daniel Espinosa <esodan gmail com>
+ *
+ *
* Copyright (c) 2015 Daniel Espinosa
*
* This library is free software; you can redistribute it and/or
@@ -21,16 +21,16 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-namespace GXml {
- class Init {
- private static bool initialized = false;
- public static void init () {
- if (!initialized) {
- GLib.Intl.textdomain(Config.GETTEXT_PACKAGE);
- GLib.Intl.bindtextdomain(Config.GETTEXT_PACKAGE, Config.PACKAGE_LOCALE_DIR);
- initialized = true;
- }
- }
- }
-}
\ No newline at end of file
+ */
+namespace GXml {
+ class Init {
+ private static bool initialized = false;
+ public static void init () {
+ if (!initialized) {
+ GLib.Intl.textdomain(Config.GETTEXT_PACKAGE);
+ GLib.Intl.bindtextdomain(Config.GETTEXT_PACKAGE, Config.PACKAGE_LOCALE_DIR);
+ initialized = true;
+ }
+ }
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]