diff pidgin/gtkmain.c @ 25847:2a34a3f5da2e

applied changes from 20269e8849976ad6a0996f79ccbc0a12a311484f through e9af692071731a2eec5087a51005e19b74012e93 applied changes from e1b1e80d999e393a80f201a484ef61289c258fbe through 20269e8849976ad6a0996f79ccbc0a12a311484f applied changes from e9af692071731a2eec5087a51005e19b74012e93 through e0170b7d1bb1bb03c7354d57d2d249842528f163 Add libpurple version info to pidgin --version, /debug, and About.
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:14:08 +0000
parents b539aaa728b3
children 3ebd399dd81e
line wrap: on
line diff
--- a/pidgin/gtkmain.c	Mon Mar 02 02:29:53 2009 +0000
+++ b/pidgin/gtkmain.c	Tue Apr 28 20:14:08 2009 +0000
@@ -665,7 +665,8 @@
 	}
 	/* show version message */
 	if (opt_version) {
-		printf("%s %s\n", PIDGIN_NAME, DISPLAY_VERSION);
+		printf("%s %s (libpurple %s)\n", PIDGIN_NAME, DISPLAY_VERSION,
+		                                 purple_core_get_version());
 #ifdef HAVE_SIGNAL_H
 		g_free(segfault_message);
 #endif