Skip to content

Commit

Permalink
Version -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-stone committed Feb 16, 2010
1 parent 17940dc commit b728dce
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion setup/makedist.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set VERSION=1.7.0
set VERSION=1.7.1
set INSTALLER_NAME=TouchCursorSetup-%VERSION%
set ZIP_NAME=TouchCursor-%VERSION%

Expand Down
6 changes: 3 additions & 3 deletions setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[Setup]
AppName=TouchCursor
AppVerName=TouchCursor 1.7.0
VersionInfoVersion=1.7.0.5
AppVerName=TouchCursor 1.7.1
VersionInfoVersion=1.7.1.10
AppPublisher=Martin Stone
AppPublisherURL=http://touchcursor.sourceforge.net/
AppSupportURL=http://sourceforge.net/projects/touchcursor/support
Expand Down Expand Up @@ -71,7 +71,7 @@ begin
Exec(ExpandConstant('{app}\tcconfig.exe'), 'quit', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
Exec(ExpandConstant('{app}\touchcursor.exe'), 'quit', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
{Backup old settings file, if any, and if backup doesn't exist already}
FileCopy(ExpandConstant('{userappdata}\TouchCursor\settings.cfg'), ExpandConstant('{userappdata}\TouchCursor\pre-1.7.0-settings.cfg'), True);
FileCopy(ExpandConstant('{userappdata}\TouchCursor\settings.cfg'), ExpandConstant('{userappdata}\TouchCursor\pre-1.7.1-settings.cfg'), True);
end;
end;
Expand Down
2 changes: 1 addition & 1 deletion tclib/versionupdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <sstream>

namespace {
const int buildNum = 5;
const int buildNum = 10;

std::wstring versionCheckUrl() {
std::wostringstream url;
Expand Down
8 changes: 4 additions & 4 deletions touchcursor/touchcursor.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,5
PRODUCTVERSION 1,7,0,5
FILEVERSION 1,7,1,10
PRODUCTVERSION 1,7,1,10
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -106,12 +106,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "TouchCursor Application"
VALUE "FileVersion", "1, 7, 0, 5"
VALUE "FileVersion", "1, 7, 1, 10"
VALUE "InternalName", "TouchCursor"
VALUE "LegalCopyright", "Copyright (C) 2010 Martin Stone"
VALUE "OriginalFilename", "touchcursor.exe"
VALUE "ProductName", "TouchCursor"
VALUE "ProductVersion", "1, 7, 0, 5"
VALUE "ProductVersion", "1, 7, 1, 10"
VALUE "Company", ""
END
END
Expand Down
8 changes: 4 additions & 4 deletions touchcursor_update/touchcursor_update.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,5
PRODUCTVERSION 1,7,0,5
FILEVERSION 1,7,1,10
PRODUCTVERSION 1,7,1,10
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -44,12 +44,12 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "FileDescription", "TouchCursor Update Checker"
VALUE "FileVersion", "1, 7, 0, 5"
VALUE "FileVersion", "1, 7, 1, 10"
VALUE "InternalName", "TouchCursor_update"
VALUE "LegalCopyright", "Copyright (C) 2010 Martin Stone"
VALUE "OriginalFilename", "touchcursor_update.exe"
VALUE "ProductName", "TouchCursor"
VALUE "ProductVersion", "1, 7, 0, 5"
VALUE "ProductVersion", "1, 7, 1, 10"
VALUE "Company", ""
END
END
Expand Down
8 changes: 4 additions & 4 deletions touchcursorconfig/tcconfig.rc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ CROSSHAIR_CURSOR CURSOR "crosshair.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,5
PRODUCTVERSION 1,7,0,5
FILEVERSION 1,7,1,10
PRODUCTVERSION 1,7,1,10
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -75,12 +75,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "TouchCursor Configuration Application"
VALUE "FileVersion", "1, 7, 0, 5"
VALUE "FileVersion", "1, 7, 1, 10"
VALUE "InternalName", "tcconfig"
VALUE "LegalCopyright", "Copyright (C) 2010 Martin Stone"
VALUE "OriginalFilename", "tcconfig.exe"
VALUE "ProductName", "TouchCursor"
VALUE "ProductVersion", "1, 7, 0, 5"
VALUE "ProductVersion", "1, 7, 1, 10"
VALUE "Company", ""
END
END
Expand Down
2 changes: 1 addition & 1 deletion touchcursorconfig/tcconfig.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</object>
<object class="sizeritem">
<object class="wxStaticText">
<label>TouchCursor Version 1.7.0 (Rev 5)</label>
<label>TouchCursor Version 1.7.1 (Rev 10)</label>
</object>
<flag>wxALIGN_CENTRE</flag>
</object>
Expand Down
8 changes: 4 additions & 4 deletions touchcursordll/dll.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,5
PRODUCTVERSION 1,7,0,5
FILEVERSION 1,7,1,10
PRODUCTVERSION 1,7,1,10
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -44,12 +44,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "TouchCursor Dynamic Link Library"
VALUE "FileVersion", "1, 7, 0, 5"
VALUE "FileVersion", "1, 7, 1, 10"
VALUE "InternalName", "touchcursor.dll"
VALUE "LegalCopyright", "Copyright (C) 2010 Martin Stone"
VALUE "OriginalFilename", "touchcursor.dll"
VALUE "ProductName", "TouchCursor"
VALUE "ProductVersion", "1, 7, 0, 5"
VALUE "ProductVersion", "1, 7, 1, 10"
VALUE "Company", ""
END
END
Expand Down

0 comments on commit b728dce

Please sign in to comment.