mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
bump version, add the UNSTABLE note
2004-06-16 Havoc Pennington <hp@redhat.com> * configure.in: bump version, add the UNSTABLE note * Branch off GNOME 2.6, we are now officially unstable
This commit is contained in:
parent
b5a912e232
commit
952c1f415b
@ -1,3 +1,9 @@
|
|||||||
|
2004-06-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: bump version, add the UNSTABLE note
|
||||||
|
|
||||||
|
* Branch off GNOME 2.6, we are now officially unstable
|
||||||
|
|
||||||
2004-06-04 Jeff Waugh <jdub@perkypants.org>
|
2004-06-04 Jeff Waugh <jdub@perkypants.org>
|
||||||
|
|
||||||
* src/metacity.schemas.in: Set titlebar_uses_system_font = false. The
|
* src/metacity.schemas.in: Set titlebar_uses_system_font = false. The
|
||||||
|
@ -4,8 +4,10 @@ AC_INIT(src/display.c)
|
|||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||||
# releases on a branch add a 4th version like 2.4.21.1
|
# we'll hold the 2.8.x versioning for GNOME 2.8, it was also used
|
||||||
AM_INIT_AUTOMAKE(metacity, 2.8.1)
|
# for GNOME 2.6, then after GNOME 2.8 we'll have the numbers synced
|
||||||
|
# with GNOME
|
||||||
|
AM_INIT_AUTOMAKE(metacity, 2.8.2)
|
||||||
|
|
||||||
# Honor aclocal flags
|
# Honor aclocal flags
|
||||||
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
||||||
@ -439,4 +441,4 @@ metacity-$VERSION:
|
|||||||
Xsync: ${found_xsync}
|
Xsync: ${found_xsync}
|
||||||
Deprecated config dialog: ${enable_config_dialog}
|
Deprecated config dialog: ${enable_config_dialog}
|
||||||
"
|
"
|
||||||
#echo "This is the UNSTABLE branch of metacity, use 2.8.x for stable (gnome-2-6 branch in CVS)"
|
echo "This is the UNSTABLE branch of metacity, use 2.8.1.x for stable (gnome-2-6 branch in CVS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user