summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-01-05 16:51:34 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-01-05 16:52:24 +0100
commit3be1c0b7cf2fc38b456505dc690fb4542df836db (patch)
tree59264ff4816b74d124988ab15197e9f1c73f53f1
parentc1d805d2b4733a4b426711f9b3f888ea8fe82885 (diff)
downloadefl-3be1c0b7cf2fc38b456505dc690fb4542df836db.tar.gz
edje: fix @since to match the next release.
Damn we release to fast ! Thanks davemds !
-rw-r--r--src/lib/edje/Edje_Edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h
index ebc3dc81ee..053a511b78 100644
--- a/src/lib/edje/Edje_Edit.h
+++ b/src/lib/edje/Edje_Edit.h
@@ -4675,7 +4675,7 @@ EAPI Eina_Bool edje_edit_image_replace(Evas_Object *obj, const char *name, const
* @return @c EINA_TRUE in case of success, @c EINA_FALSE otherwise.(including the
* case when one of the names is not valid)
*
- * @since 1.12
+ * @since 1.13
*/
EAPI Eina_Bool edje_edit_image_rename(Evas_Object *obj, const char *name, const char *new_name);