From 49f017926ae98258f1141ab8659a16982e906bff Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 17 Mar 2015 08:50:31 +0100 Subject: [PATCH] emile: update documentation version. --- src/lib/emile/Emile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/emile/Emile.h b/src/lib/emile/Emile.h index 617a458..35327f4 100644 --- a/src/lib/emile/Emile.h +++ b/src/lib/emile/Emile.h @@ -85,7 +85,7 @@ extern "C" { * * @return The new init count. Will be 0 if initialization failed. * - * @since 1.9.0 + * @since 1.14.0 */ EAPI int emile_init(void); @@ -98,7 +98,7 @@ EAPI int emile_init(void); * of the internal elements will be shutdown and any memory used freed. * * @return The new init count. - * @since 1.9.0 + * @since 1.14.0 */ EAPI int emile_shutdown(void); -- 2.7.4