evas: fix version info for evas_language_direction_get
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 19 Jun 2017 20:47:40 +0000 (13:47 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Jun 2017 21:08:54 +0000 (14:08 -0700)
Summary:
The patch was created for EFL 1.18. But, it was merged for EFL 1.20.
@fix

Test Plan: N/A

Reviewers: herdsman, jpeg, cedric

Differential Revision: https://phab.enlightenment.org/D4968

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/Evas_Common.h

index 4051f4f..0909926 100644 (file)
@@ -3224,7 +3224,7 @@ EAPI int  evas_string_char_len_get(const char *str) EINA_WARN_UNUSED_RESULT EINA
  * Get language direction.
  *
  * @ingroup Evas_Utils
- * @since 1.18
+ * @since 1.20
  */
 EAPI Evas_BiDi_Direction     evas_language_direction_get(void);