# HG changeset patch # User Bram Moolenaar # Date 1281296386 -7200 # Node ID 06a44c4eb3e5cdf5dba980e37f8840017f5bcca4 # Parent aa7ac7a266204a2b3b8e19f391b255a76cb13d7c Prepare for 7.3e release. diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -33,6 +33,8 @@ be worked on, but only if you sponsor Vi Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) +Test 73 fails on MS-Windows when compiled with DJGPP. + Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5) CTRL-] on help tag |/[\n]| doesn't jump to the right place. (Tony Mechelynck, diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -36,5 +36,5 @@ #define VIM_VERSION_NODOT "vim73e" #define VIM_VERSION_SHORT "7.3e" #define VIM_VERSION_MEDIUM "7.3e BETA" -#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3e BETA (2010 Aug 4)" -#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3e BETA (2010 Aug 4, compiled " +#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3e BETA (2010 Aug 8)" +#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3e BETA (2010 Aug 8, compiled "