diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 08:50:40 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 09:58:20 +0100 |
commit | 4b4bdd97236f5ed7b78b934c3dda8b13d10a731c (patch) | |
tree | 70ef8389b30a0dfa8918c2f00cbff2b37a47565a /src/lib/emile/Emile.h | |
parent | df20c9ff8e84024e9b6e5d9c36404f5de8796df1 (diff) |
emile: normalize version number to 1.14.
Diffstat (limited to 'src/lib/emile/Emile.h')
-rw-r--r-- | src/lib/emile/Emile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/emile/Emile.h b/src/lib/emile/Emile.h index 35327f4672..29837a35fe 100644 --- a/src/lib/emile/Emile.h +++ b/src/lib/emile/Emile.h | |||
@@ -85,7 +85,7 @@ extern "C" { | |||
85 | * | 85 | * |
86 | * @return The new init count. Will be 0 if initialization failed. | 86 | * @return The new init count. Will be 0 if initialization failed. |
87 | * | 87 | * |
88 | * @since 1.14.0 | 88 | * @since 1.14 |
89 | */ | 89 | */ |
90 | EAPI int emile_init(void); | 90 | EAPI int emile_init(void); |
91 | 91 | ||
@@ -98,7 +98,7 @@ EAPI int emile_init(void); | |||
98 | * of the internal elements will be shutdown and any memory used freed. | 98 | * of the internal elements will be shutdown and any memory used freed. |
99 | * | 99 | * |
100 | * @return The new init count. | 100 | * @return The new init count. |
101 | * @since 1.14.0 | 101 | * @since 1.14 |
102 | */ | 102 | */ |
103 | EAPI int emile_shutdown(void); | 103 | EAPI int emile_shutdown(void); |
104 | 104 | ||