[libgnome-games-support] Don't use dot in API version



commit 4017144b1798d90dcdb1ffc981abb3ae07c4ef82
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 23 08:34:08 2016 -0500

    Don't use dot in API version
    
    It's not valid Automake, see
    https://bugzilla.gnome.org/show_bug.cgi?id=770275#c4

 configure.ac                                       |    4 ++--
 ...ort-1.0.pc.in => libgnome-games-support-1.pc.in |    0
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5f97c44..9285f1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl
 dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([LIBGNOME_GAMES_SUPPORT_LT_VERSION], [2:1:0])
 
-AC_SUBST([LIBGNOME_GAMES_SUPPORT_API_VERSION], [1.0])
+AC_SUBST([LIBGNOME_GAMES_SUPPORT_API_VERSION], [1])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
@@ -43,7 +43,7 @@ AC_SUBST([GETTEXT_PACKAGE], [AC_PACKAGE_NAME])
 
 AC_CONFIG_FILES([
   Makefile
-  libgnome-games-support-1.0.pc
+  libgnome-games-support-1.pc
   po/Makefile.in
   games/Makefile
   tests/Makefile
diff --git a/libgnome-games-support-1.0.pc.in b/libgnome-games-support-1.pc.in
similarity index 100%
rename from libgnome-games-support-1.0.pc.in
rename to libgnome-games-support-1.pc.in


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