updated for version 7.0122
diff --git a/src/misc2.c b/src/misc2.c
index d677b1b..93b3bbe 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1384,7 +1384,7 @@
/*
* Isolate one part of a string option where parts are separated with
* "sep_chars".
- * The part is copied into buf[maxlen].
+ * The part is copied into "buf[maxlen]".
* "*option" is advanced to the next part.
* The length is returned.
*/
diff --git a/src/version.h b/src/version.h
index cd5bf8b..2c5193e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -36,5 +36,5 @@
#define VIM_VERSION_NODOT "vim70aa"
#define VIM_VERSION_SHORT "7.0aa"
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
-#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 31)"
-#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 31, compiled "
+#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Aug 1)"
+#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Aug 1, compiled "