diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
commit | c3301874a66e2b4377fb2dc238e5d07426a25c1c (patch) | |
tree | e78c4abd2e72c00471700f0d304b5675e6496db3 /src | |
parent | 6fc45b55fc317330193e460dc18732b7d6b15a87 (diff) | |
download | vim-git-c3301874a66e2b4377fb2dc238e5d07426a25c1c.tar.gz |
7.3b -> 7.3c
Diffstat (limited to 'src')
-rw-r--r-- | src/GvimExt/GvimExt.reg | 4 | ||||
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/version.h | 10 | ||||
-rw-r--r-- | src/vim.def | 2 | ||||
-rw-r--r-- | src/vim16.def | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg index 7c288c0fd..c6edf65c0 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.3b] - "DisplayName"="Vim 7.3b: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3c] + "DisplayName"="Vim 7.3c: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" diff --git a/src/Makefile b/src/Makefile index a8991bc14..28a2e5d3d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -930,7 +930,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 3b +VIMMINOR = 3c ### 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/version.h b/src/version.h index 0bdc981a0..1ca8f1041 100644 --- a/src/version.h +++ b/src/version.h @@ -33,8 +33,8 @@ * VIM_VERSION_MEDIUM is used for the startup-screen. * VIM_VERSION_LONG is used for the ":version" command and "Vim -h". */ -#define VIM_VERSION_NODOT "vim73b" -#define VIM_VERSION_SHORT "7.3b" -#define VIM_VERSION_MEDIUM "7.3b BETA" -#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3b BETA (2010 Jul 25)" -#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3b BETA (2010 Jul 25, compiled " +#define VIM_VERSION_NODOT "vim73c" +#define VIM_VERSION_SHORT "7.3c" +#define VIM_VERSION_MEDIUM "7.3c BETA" +#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3c BETA (2010 Jul 25)" +#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3c BETA (2010 Jul 25, compiled " diff --git a/src/vim.def b/src/vim.def index 460d2fdfe..da445eabd 100644 --- a/src/vim.def +++ b/src/vim.def @@ -1,4 +1,4 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 7.3b' +DESCRIPTION 'Vim 7.3c' HEAPSIZE 0,0 diff --git a/src/vim16.def b/src/vim16.def index 9fd321915..be3fc953a 100644 --- a/src/vim16.def +++ b/src/vim16.def @@ -1,5 +1,5 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 7.3b' +DESCRIPTION 'Vim 7.3c' STACKSIZE 16000 HEAPSIZE 10000 |