diff options
author | Adam Tkac <atkac@redhat.com> | 2009-06-16 12:06:37 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-06-16 12:06:37 +0000 |
commit | e7b0838f7a4fcc7368d2a5b48a3642885c64b1e4 (patch) | |
tree | c43891949457a81781774ca2772263b21dd97cee /win | |
parent | b1b8ef2215287dfbe4fefd9252e756e0b67ac581 (diff) | |
download | tigervnc-0.0.91.tar.gz tigervnc-0.0.91.zip |
Increase version number in win/tigervnc.iss to 0.0.91.v0.0.91
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3843 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r-- | win/tigervnc.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tigervnc.iss b/win/tigervnc.iss index 3bfbd961..7f0b06d3 100644 --- a/win/tigervnc.iss +++ b/win/tigervnc.iss @@ -2,8 +2,8 @@ [Setup]
OutputDir=.
AppName=TigerVNC
-AppVerName=TigerVNC 0.0.90
-AppVersion=0.0.90
+AppVerName=TigerVNC 0.0.91
+AppVersion=0.0.91
AppPublisher=TigerVNC project
AppPublisherURL=http://tigervnc.org
DefaultDirName={pf}\TigerVNC
|