version bump

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5018 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-31 11:47:04 +00:00
parent 90067aa970
commit f539671826
2 changed files with 4 additions and 1 deletions

View file

@ -185,6 +185,9 @@ Version History
2.2
- Settings saved in HKCU instead of HKLM
- Added menu accelerators to MRU list
2.3
- Escape button closes MakeNSISw
Copyright Information
---------------------

View file

@ -53,7 +53,7 @@ BuildUtil(
res = res,
resources = resources,
entry = 'WinMain',
defines = ['RELEASE=2.2'],
defines = ['RELEASE=2.3'],
docs = docs,
root_util = True
)