summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-04 19:29:04 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-04 19:29:04 +0200
commit257a9c873f9013eb1424a1a234024b2dca581773 (patch)
treed6bc8db01544b0800bce3e179e88d9b5519416fb /nsis
parent3ea5fa7a11ba391a1dae0bb6a413d236712fe52b (diff)
downloadvim-git-257a9c873f9013eb1424a1a234024b2dca581773.tar.gz
7.3d -> 7.3e.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 0c8864593..97a463af5 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -22,7 +22,7 @@
!define HAVE_NLS
!define VER_MAJOR 7
-!define VER_MINOR 3d
+!define VER_MINOR 3e
# ----------- No configurable settings below this line -----------