diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-12 04:45:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-12 04:45:13 +0800 |
commit | 78029ead54eb86e3e0d74a58cfadda32f8c0ad0e (patch) | |
tree | f7c01274be2a8dfc0d862c248c9791efe41a1f30 | |
parent | 88b9ad445d2a0d7f9b5d992e7fb8c2756f7e0a3d (diff) | |
download | gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar.gz gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar.bz2 gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar.lz gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar.xz gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.tar.zst gsoc2013-epiphany-78029ead54eb86e3e0d74a58cfadda32f8c0ad0e.zip |
Increase bookmarks format version.
2004-02-11 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c:
Increase bookmarks format version.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-02-11 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmarks.c: + + Increase bookmarks format version. + 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_add): diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 8417a79fc..189b57423 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -42,7 +42,7 @@ #include <libgnomevfs/gnome-vfs-utils.h> #define EPHY_BOOKMARKS_XML_ROOT "ephy_bookmarks" -#define EPHY_BOOKMARKS_XML_VERSION "1.02" +#define EPHY_BOOKMARKS_XML_VERSION "1.03" #define BOOKMARKS_SAVE_DELAY (3 * 1000) #define MAX_FAVORITES_NUM 10 |