summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-01 20:38:51 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-01 20:38:51 +0200
commit9379f83030f05e81ebe0e8312b711ae830bbfbb7 (patch)
tree6af325a44f2c4405e398703036bdf499d4f0b69c /src
parent4b26dff3296c7f9776aa788e4b1fafd33887a8de (diff)
Version 7.3c -> 7.3d
Diffstat (limited to 'src')
-rw-r--r--src/GvimExt/GvimExt.reg4
-rw-r--r--src/Makefile2
-rw-r--r--src/vim.def2
-rw-r--r--src/vim16.def2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg
index c6edf65c03..bfa2f5dd9d 100644
--- a/src/GvimExt/GvimExt.reg
+++ b/src/GvimExt/GvimExt.reg
@@ -15,6 +15,6 @@ REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
"path"="gvim.exe"
-[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3c]
- "DisplayName"="Vim 7.3c: Edit with Vim popup menu entry"
+[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3d]
+ "DisplayName"="Vim 7.3d: Edit with Vim popup menu entry"
"UninstallString"="uninstal.exe"
diff --git a/src/Makefile b/src/Makefile
index 28a2e5d3d5..b3fb0c90c9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -930,7 +930,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script)
VIMMAJOR = 7
-VIMMINOR = 3c
+VIMMINOR = 3d
### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!)
diff --git a/src/vim.def b/src/vim.def
index da445eabd5..0d7d7c5da0 100644
--- a/src/vim.def
+++ b/src/vim.def
@@ -1,4 +1,4 @@
CODE PRELOAD EXECUTEONLY
DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 7.3c'
+DESCRIPTION 'Vim 7.3d'
HEAPSIZE 0,0
diff --git a/src/vim16.def b/src/vim16.def
index be3fc953a3..c1e551ec2c 100644
--- a/src/vim16.def
+++ b/src/vim16.def
@@ -1,5 +1,5 @@
CODE PRELOAD EXECUTEONLY
DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 7.3c'
+DESCRIPTION 'Vim 7.3d'
STACKSIZE 16000
HEAPSIZE 10000