libpurple/protocols/gg/lib/config.h

branch
release-2.x.y
changeset 36117
0e8bb1df9718
parent 35624
426067e03cfc
child 36119
b2ad25dfbd57
child 36218
ca3ea8900dc9
--- a/libpurple/protocols/gg/lib/config.h	Thu May 22 18:35:00 2014 -0500
+++ b/libpurple/protocols/gg/lib/config.h	Mon Jun 16 23:01:47 2014 +0200
@@ -5,7 +5,7 @@
 /* libpurple's config */
 #include <config.h>
 
-#define GG_LIBGADU_VERSION "1.12.0-rc2"
+#define GG_LIBGADU_VERSION "1.12.0"
 
 /* Defined if libgadu was compiled for bigendian machine. */
 #undef GG_CONFIG_BIGENDIAN
@@ -87,3 +87,7 @@
 
 /* Defined if libgadu uses system defalt trusted CAs. */
 #define GG_CONFIG_SSL_SYSTEM_TRUST
+
+/* Defined if libgadu is GPL compliant (was not linked with OpenSSL or any
+   other non-GPL compliant library support). */
+#define GG_CONFIG_IS_GPL_COMPLIANT

mercurial