mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
ges: Update reported version to 1.0
This commit is contained in:
parent
f68757ce2c
commit
4d73e4d67f
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue