diff options
author | Alex Larsson <alexl@redhat.com> | 2002-05-06 15:56:48 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-05-06 15:56:48 +0000 |
commit | 38bb44e999a17d54e85dcfba974edb1daee89fb7 (patch) | |
tree | 4f9abdb2ee7ece5913cf19fe0bee37616ef478d6 | |
parent | 7711d78d7e62edf0c7f19fdba2792821beea0d91 (diff) | |
download | nautilus-38bb44e999a17d54e85dcfba974edb1daee89fb7.tar.gz |
Bump version to 1.1.15.
2002-05-06 Alex Larsson <alexl@redhat.com>
* NEWS:
* configure.in:
Bump version to 1.1.15.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2002-05-06 Alex Larsson <alexl@redhat.com> + + * NEWS: + * configure.in: + Bump version to 1.1.15. + 2002-05-05 David Emory Watson <dwatson@cs.ucr.edu> * src/nautilus-location-bar.c: @@ -1,4 +1,4 @@ -This is nautilus 1.1.14, an interim version in the process of +This is nautilus 1.1.15, an interim version in the process of porting nautilus from the Gnome 1 platform to the Gnome 2 platform. A later release will document the changes since Gnome 1. diff --git a/configure.in b/configure.in index 095de1b60..c9f0ca7ca 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED) dnl =========================================================================== -AM_INIT_AUTOMAKE(nautilus, 1.1.14) +AM_INIT_AUTOMAKE(nautilus, 1.1.15) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK |