Version 7.3c -> 7.3d
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg
index c6edf65..bfa2f5d 100644
--- a/src/GvimExt/GvimExt.reg
+++ b/src/GvimExt/GvimExt.reg
@@ -15,6 +15,6 @@
 [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 28a2e5d..b3fb0c9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -930,7 +930,7 @@
 
 ### 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 da445ea..0d7d7c5 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 be3fc95..c1e551e 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