ges: Update reported version to 1.0
authorThibault Saunier <thibault.saunier@collabora.com>
Tue, 25 Sep 2012 13:07:17 +0000 (15:07 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Tue, 25 Sep 2012 13:11:41 +0000 (15:11 +0200)
ges/ges.h

index 5e0214d..e021310 100644 (file)
--- a/ges/ges.h
+++ b/ges/ges.h
 
 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);