From: Dejan L. <de...@us...> - 2004-04-01 10:10:15
|
Update of /cvsroot/rtk/rtk/ide/devcxx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3978/ide/devcxx Modified Files: librtk_private.h librtk_private.rc Log Message: Latest Dev-C++ project files for librtk. Index: librtk_private.h =================================================================== RCS file: /cvsroot/rtk/rtk/ide/devcxx/librtk_private.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** librtk_private.h 8 Mar 2004 19:55:22 -0000 1.11 --- librtk_private.h 1 Apr 2004 09:58:18 -0000 1.12 *************** *** 6,14 **** // VERSION DEFINITIONS ! #define VER_STRING "0.1.1.68" #define VER_MAJOR 0 #define VER_MINOR 1 #define VER_RELEASE 1 ! #define VER_BUILD 68 #define COMPANY_NAME "" #define FILE_VERSION "" --- 6,14 ---- // VERSION DEFINITIONS ! #define VER_STRING "0.1.1.69" #define VER_MAJOR 0 #define VER_MINOR 1 #define VER_RELEASE 1 ! #define VER_BUILD 69 #define COMPANY_NAME "" #define FILE_VERSION "" Index: librtk_private.rc =================================================================== RCS file: /cvsroot/rtk/rtk/ide/devcxx/librtk_private.rc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** librtk_private.rc 8 Mar 2004 19:55:23 -0000 1.11 --- librtk_private.rc 1 Apr 2004 09:58:18 -0000 1.12 *************** *** 9,14 **** // 1 VERSIONINFO ! FILEVERSION 0,1,1,68 ! PRODUCTVERSION 0,1,1,68 FILETYPE VFT_DLL { --- 9,14 ---- // 1 VERSIONINFO ! FILEVERSION 0,1,1,69 ! PRODUCTVERSION 0,1,1,69 FILETYPE VFT_DLL { *************** *** 28,30 **** --- 28,34 ---- } } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0409, 1252 + } } |