# HG changeset patch # User insilmaril # Date 1138115388 0 # Node ID 2658342e3310d37c88be6c397f57cffa1c3d432f # Parent 68c49789ec0bfaac7976858129bf048f0b7657c5 Introduced basic export to Open Document format diff -r 68c49789ec0b -r 2658342e3310 version.h --- a/version.h Tue Jan 24 15:09:48 2006 +0000 +++ b/version.h Tue Jan 24 15:09:48 2006 +0000 @@ -1,7 +1,8 @@ #ifndef VERSION_H #define VERSION_H -#define __VYM_VERSION__ "1.7.6" -#define __BUILD_DATE__ "January 4, 2006" +#define __VYM "VYM" +#define __VYM_VERSION "1.7.7" +#define __BUILD_DATE "January 24, 2006" #endif diff -r 68c49789ec0b -r 2658342e3310 vym.pro --- a/vym.pro Tue Jan 24 15:09:48 2006 +0000 +++ b/vym.pro Tue Jan 24 15:09:48 2006 +0000 @@ -6,6 +6,7 @@ HEADERS += aboutdialog.h \ api.h \ branchobj.h \ + exportoofiledialog.h \ exports.h \ file.h \ findwindow.h \ @@ -36,6 +37,7 @@ SOURCES += aboutdialog.cpp \ api.cpp \ branchobj.cpp \ + exportoofiledialog.cpp \ exports.cpp \ file.cpp \ findwindow.cpp \