comparison libpurple/version.h.in @ 32805:064eb5d78946

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 0ba3afb8adb303a77581a7872d674c600979a5a6) to branch 'im.pidgin.pidgin' (head 7711a4d267e1fe776387496c764fb63227d70aec)
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2011 01:25:36 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32803:15e80ced77a2 32805:064eb5d78946
54 54
55 /** 55 /**
56 * The major version of the running libpurple. Contrast with 56 * The major version of the running libpurple. Contrast with
57 * #PURPLE_MAJOR_VERSION, which expands at compile time to the major version of 57 * #PURPLE_MAJOR_VERSION, which expands at compile time to the major version of
58 * libpurple being compiled against. 58 * libpurple being compiled against.
59 *
60 * @since 2.4.0
61 */ 59 */
62 extern const guint purple_major_version; 60 extern const guint purple_major_version;
63 61
64 /** 62 /**
65 * The minor version of the running libpurple. Contrast with 63 * The minor version of the running libpurple. Contrast with
66 * #PURPLE_MINOR_VERSION, which expands at compile time to the minor version of 64 * #PURPLE_MINOR_VERSION, which expands at compile time to the minor version of
67 * libpurple being compiled against. 65 * libpurple being compiled against.
68 *
69 * @since 2.4.0
70 */ 66 */
71 extern const guint purple_minor_version; 67 extern const guint purple_minor_version;
72 68
73 /** 69 /**
74 * 70 *
75 * The micro version of the running libpurple. Contrast with 71 * The micro version of the running libpurple. Contrast with
76 * #PURPLE_MICRO_VERSION, which expands at compile time to the micro version of 72 * #PURPLE_MICRO_VERSION, which expands at compile time to the micro version of
77 * libpurple being compiled against. 73 * libpurple being compiled against.
78 *
79 * @since 2.4.0
80 */ 74 */
81 extern const guint purple_micro_version; 75 extern const guint purple_micro_version;
82 76
83 #ifdef __cplusplus 77 #ifdef __cplusplus
84 } 78 }