Introduced basic export to Open Document format
authorinsilmaril
Tue, 24 Jan 2006 15:09:48 +0000
changeset 1912658342e3310
parent 190 68c49789ec0b
child 192 96e7cd53125e
Introduced basic export to Open Document format
version.h
vym.pro
     1.1 --- a/version.h	Tue Jan 24 15:09:48 2006 +0000
     1.2 +++ b/version.h	Tue Jan 24 15:09:48 2006 +0000
     1.3 @@ -1,7 +1,8 @@
     1.4  #ifndef VERSION_H 
     1.5  #define VERSION_H
     1.6  
     1.7 -#define __VYM_VERSION__ "1.7.6"
     1.8 -#define __BUILD_DATE__ "January 4, 2006"
     1.9 +#define __VYM "VYM"
    1.10 +#define __VYM_VERSION "1.7.7"
    1.11 +#define __BUILD_DATE "January 24, 2006"
    1.12  
    1.13  #endif
     2.1 --- a/vym.pro	Tue Jan 24 15:09:48 2006 +0000
     2.2 +++ b/vym.pro	Tue Jan 24 15:09:48 2006 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  HEADERS	+= aboutdialog.h \
     2.5  	api.h \
     2.6  	branchobj.h \
     2.7 +	exportoofiledialog.h \
     2.8  	exports.h \
     2.9  	file.h \
    2.10  	findwindow.h \
    2.11 @@ -36,6 +37,7 @@
    2.12  SOURCES	+= aboutdialog.cpp \
    2.13  	api.cpp \
    2.14  	branchobj.cpp \
    2.15 +	exportoofiledialog.cpp \
    2.16  	exports.cpp \
    2.17  	file.cpp \
    2.18  	findwindow.cpp \