summaryrefslogtreecommitdiff
path: root/libpurple/version.h.in
diff options
context:
space:
mode:
authorAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
committerAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
commit05a4189d4bbeb28bcc99029f628b2bcc7bf3e079 (patch)
tree8f6d201113746b941329252e566f973d0a1ca52e /libpurple/version.h.in
parentc747f82f47e7bb86191d0c087d839277eb2c8825 (diff)
downloadpidgin-05a4189d4bbeb28bcc99029f628b2bcc7bf3e079.tar.gz
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Diffstat (limited to 'libpurple/version.h.in')
-rw-r--r--libpurple/version.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/libpurple/version.h.in b/libpurple/version.h.in
index 6e13bb3748..a77ca0f252 100644
--- a/libpurple/version.h.in
+++ b/libpurple/version.h.in
@@ -56,8 +56,6 @@ const char *purple_version_check(guint required_major, guint required_minor, gui
* The major version of the running libpurple. Contrast with
* #PURPLE_MAJOR_VERSION, which expands at compile time to the major version of
* libpurple being compiled against.
- *
- * @since 2.4.0
*/
extern const guint purple_major_version;
@@ -65,8 +63,6 @@ extern const guint purple_major_version;
* The minor version of the running libpurple. Contrast with
* #PURPLE_MINOR_VERSION, which expands at compile time to the minor version of
* libpurple being compiled against.
- *
- * @since 2.4.0
*/
extern const guint purple_minor_version;
@@ -75,8 +71,6 @@ extern const guint purple_minor_version;
* The micro version of the running libpurple. Contrast with
* #PURPLE_MICRO_VERSION, which expands at compile time to the micro version of
* libpurple being compiled against.
- *
- * @since 2.4.0
*/
extern const guint purple_micro_version;