summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-08-08 21:39:46 +0200
committerBram Moolenaar <bram@vim.org>2010-08-08 21:39:46 +0200
commit2e853f15cd1f892f65ef7be684f13dba76d786db (patch)
tree687f18a3580e203347c15229af2b71e9b9e13324
parent941850d68aa87c86b45c976048ae911e78290af8 (diff)
downloadvim-2e853f15cd1f892f65ef7be684f13dba76d786db.tar.gz
Prepare for 7.3e release.
-rw-r--r--runtime/doc/todo.txt2
-rw-r--r--src/version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 7b955710..324993b9 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -33,6 +33,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
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
index c74d118b..a9f41635 100644
--- 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 "