diff src/core.c @ 6612:0f78db521e70

[gaim-migrate @ 7136] Added a function to return the version of the gaim core. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 07:40:13 +0000
parents 800ef4a51096
children b7e113a59b51
line wrap: on
line diff
--- a/src/core.c	Sun Aug 24 07:34:07 2003 +0000
+++ b/src/core.c	Sun Aug 24 07:40:13 2003 +0000
@@ -138,6 +138,12 @@
 	_core = NULL;
 }
 
+const char *
+gaim_core_get_version(void)
+{
+	return VERSION;
+}
+
 void
 gaim_core_mainloop_iteration(void)
 {