summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2007-03-12 23:48:45 +0000
committerElijah Newren <newren@src.gnome.org>2007-03-12 23:48:45 +0000
commitaf4fae99ae917786e32b7dea1416957a852b64dc (patch)
tree3c55055de01ec734e6e491aa9e06eace48db8342
parent1a12b82c2140b10dc844406db27694eff8558e50 (diff)
downloadmetacity-af4fae99ae917786e32b7dea1416957a852b64dc.tar.gz
2.18.0 releaseMETACITY_2_18_0
2007-03-12 Elijah Newren <newren gmail com> * NEWS: * README: * configure.in: 2.18.0 release svn path=/branches/gnome-2-18/; revision=3113
-rw-r--r--ChangeLog7
-rw-r--r--NEWS12
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 22 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dadc9bb..a244359a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-12 Elijah Newren <newren gmail com>
+
+ * NEWS:
+ * README:
+ * configure.in:
+ 2.18.0 release
+
2007-02-26 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.17.13.
diff --git a/NEWS b/NEWS
index 011f8a3b..9b770344 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.18.0
+======
+
+Only change in this release was updated translations.
+
+Translations
+ Jordi Mallach (ca), Ankit Patel (gu), Gabor Kelemen (hu), Luca
+ Ferretti (it), Takeshi AIHANA (ja), Erdal Ronahi (ku), Gintautas
+ Miliauskas (lt), Jovan Naumovski (mk), Reinout van Schouwen (nl), wadim
+ dziedzic (pl), raulpereira (pt_BR), Nickolay V. Shmyrev (ru), Горан
+ Ракић (sr)
+
2.17.8
======
diff --git a/README b/README
index 2b82e5cd..0de88b7f 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ The first release of Metacity was version 2.3. Metacity has no need for
your petty hangups about version numbers.
The stable releases so far are 2.4.x, 2.6.x, 2.8.[01], 2.8.1.x, 2.8.5-,
-2.10.x, 2.12.x, 2.14.x, 2.16.x.
+2.10.x, 2.12.x, 2.14.x, 2.16.x, and 2.18.x.
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x, 2.13.x,
2.15.x, 2.17.x.
diff --git a/configure.in b/configure.in
index 10bc4fae..1b91916c 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], [18])
# 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], [13])
+m4_define([metacity_micro_version], [0])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])