mirror of
https://github.com/brl/mutter.git
synced 2025-04-13 13:49:38 +00:00
2.0: Bump API version
This commit is contained in:
parent
0538adc58c
commit
89a2862b05
@ -9,7 +9,7 @@
|
|||||||
# - increase clutter_micro_version to the next odd number
|
# - increase clutter_micro_version to the next odd number
|
||||||
# - increase clutter_interface_version to the next odd number
|
# - increase clutter_interface_version to the next odd number
|
||||||
m4_define([clutter_major_version], [1])
|
m4_define([clutter_major_version], [1])
|
||||||
m4_define([clutter_minor_version], [15])
|
m4_define([clutter_minor_version], [99])
|
||||||
m4_define([clutter_micro_version], [1])
|
m4_define([clutter_micro_version], [1])
|
||||||
|
|
||||||
# • for stable releases: increase the interface age by 1 for each release;
|
# • for stable releases: increase the interface age by 1 for each release;
|
||||||
@ -43,7 +43,7 @@ m4_define([clutter_release_status],
|
|||||||
m4_define([clutter_version], [clutter_major_version.clutter_minor_version.clutter_micro_version])
|
m4_define([clutter_version], [clutter_major_version.clutter_minor_version.clutter_micro_version])
|
||||||
|
|
||||||
# change this only when breaking the API
|
# change this only when breaking the API
|
||||||
m4_define([clutter_api_version], [1.0])
|
m4_define([clutter_api_version], [2.0])
|
||||||
|
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user