summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-01-16 08:08:34 +0000
committerDarin Adler <darin@src.gnome.org>2002-01-16 08:08:34 +0000
commit25c5f4397ed48c3ee1def56158ed186a9b93129b (patch)
treee541fdb8502521393b1ba824308c17c5258454ad
parent041b683b10382f9157f8f947baa463e2a19a742d (diff)
downloadnautilus-NAUTILUS_1_1_2.tar.gz
Bump version to 1.1.2 Update news a tiny bit.NAUTILUS_1_1_2
* configure.in: Bump version to 1.1.2 * NEWS: Update news a tiny bit.
-rw-r--r--ChangeLog3
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b7204d0ee..53b1a34f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-01-16 Darin Adler <darin@bentspoon.com>
+ * configure.in: Bump version to 1.1.2
+ * NEWS: Update news a tiny bit.
+
* components/loser/content/Nautilus_View_content-loser.oaf.in: Remove.
* components/loser/sidebar/Nautilus_View_sidebar-loser.oaf.in: Remove.
diff --git a/NEWS b/NEWS
index bee029bf9..414be660b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-This is nautilus 1.1.1, the first release in the process
-of porting nautilus from the Gnome 1 platform to the
-Gnome 2 platform.
+This is nautilus 1.1.2, a tiny build fix for nautilus
+1.1.1, the first release in the process of porting nautilus
+from the Gnome 1 platform to the Gnome 2 platform.
The port is still underway, and many aspects of the program
are quite rough. Please send feedback to the Nautilus
diff --git a/configure.in b/configure.in
index 00f0e72a2..a13d84ea8 100644
--- a/configure.in
+++ b/configure.in
@@ -26,7 +26,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 1.1.1)
+AM_INIT_AUTOMAKE(nautilus, 1.1.2)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK