diff options
author | Alexander Larsson <alexl@redhat.com> | 2006-08-22 08:36:25 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2006-08-22 08:36:25 +0000 |
commit | 44a2af31fd4e2c38e098bb9a59a81091716db8af (patch) | |
tree | 3cfd4c26d9465517d12ad1aebf1eab212e5a6d50 /configure.in | |
parent | a166f7891a1ce84a4d798b387dea22f851a77a6f (diff) | |
download | nautilus-44a2af31fd4e2c38e098bb9a59a81091716db8af.tar.gz |
Fix double freeNAUTILUS_2_15_92_1
2006-08-22 Alexander Larsson <alexl@redhat.com>
* libbackground/preferences.c:
Fix double free
* configure.in:
Release a 2.15.92.1 with fix
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 23597222a..1ae31a736 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 2) m4_define(nautilus_extension_revision, 0) -AC_INIT(nautilus, 2.15.93, +AC_INIT(nautilus, 2.15.92.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) dnl =========================================================================== |