From 4d73e4d67fba105989f831b36a32f36fd52a958b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 25 Sep 2012 15:07:17 +0200 Subject: [PATCH] ges: Update reported version to 1.0 --- ges/ges.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ges/ges.h b/ges/ges.h index 5e0214d1c1..e021310d45 100644 --- a/ges/ges.h +++ b/ges/ges.h @@ -69,10 +69,10 @@ G_BEGIN_DECLS -#define GES_VERSION_MAJOR (0) -#define GES_VERSION_MINOR (10) -#define GES_VERSION_MICRO (1) -#define GES_VERSION_NANO (1) +#define GES_VERSION_MAJOR (1) +#define GES_VERSION_MINOR (0) +#define GES_VERSION_MICRO (0) +#define GES_VERSION_NANO (0) gboolean ges_init (void);