From 44ef3b3a5187ae8752ecfc7dbb0dc8399b33f63b Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 26 Mar 2007 01:31:11 +0000 Subject: bump version to 2.19.1; doesn't make sense to have the development version 2007-03-25 Elijah Newren * configure.in: bump version to 2.19.1; doesn't make sense to have the development version have a version number less than the stable version. ;-) svn path=/trunk/; revision=3124 --- ChangeLog | 6 ++++++ configure.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5d27868..bc974fb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-25 Elijah Newren + + * configure.in: bump version to 2.19.1; doesn't make sense to have + the development version have a version number less than the stable + version. ;-) + 2007-03-20 Arthur Taylor * src/frames.c (meta_frames_apply_shapes): adjusted the rounded diff --git a/configure.in b/configure.in index 1c69bd0f..81d7087b 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ AC_PREREQ(2.50) m4_define([metacity_major_version], [2]) -m4_define([metacity_minor_version], [17]) +m4_define([metacity_minor_version], [19]) # Fibonacci sequence for micro version numbering: # 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 -m4_define([metacity_micro_version], [8]) +m4_define([metacity_micro_version], [1]) m4_define([metacity_version], [metacity_major_version.metacity_minor_version.metacity_micro_version]) -- cgit v1.2.1