- b1 version numbers

- CreateShortcut works with URLs again, no file name validating though


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2130 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-08 22:57:10 +00:00
parent 45549a0bd4
commit 3966f5560c
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
const char *NSIS_VERSION="v2.0b1 (CVS)";
const char *NSIS_VERSION="v2.0b1";
/*
Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code