Skip to content

Commit

Permalink
Update Scope version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 6, 2016
1 parent 7267509 commit 7df5a7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Scope/windows/Scope.c
Original file line number Diff line number Diff line change
Expand Up @@ -1980,14 +1980,14 @@ void WaveInData(WPARAM wParam, LPARAM lParam)
if (scope.single && !scope.trigger)
break;

// Initialise sync

int dx = 0;

// Calculate sync level

int level = -yscale.index * scope.yscale;

// Initialise sync

int dx = 0;

// Sync polarity

if (level < 0)
Expand Down
4 changes: 2 additions & 2 deletions Scope/windows/Scope.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Audio Oscilloscope"
!define PRODUCT_VERSION "1.01"
!define PRODUCT_VERSION "1.02"
!define PRODUCT_PUBLISHER "Bill Farmer"
!define PRODUCT_WEB_SITE "http://audiotools.googlecode.com"
!define PRODUCT_WEB_SITE "https://github.com/billthefarmer/audiotools"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Scope.exe"
!define PRODUCT_UNINST_NAME "UninstScope.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
10 changes: 5 additions & 5 deletions Scope/windows/Scope.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Toolbar BITMAP "Toolbar.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Scope.manifest"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
Expand All @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Bill Farmer"
VALUE "FileDescription", "Audio Oscilloscope"
VALUE "FileVersion", "1.01"
VALUE "FileVersion", "1.02"
VALUE "InternalName", "Scope"
VALUE "LegalCopyright", "Copyright (C) 2010 Bill Farmer"
VALUE "LegalCopyright", "Copyright (C) 2016 Bill Farmer"
VALUE "OriginalFilename", "Scope.exe"
VALUE "ProductName", "Scope"
VALUE "ProductVersion", "1.01"
VALUE "ProductVersion", "1.02"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 7df5a7a

Please sign in to comment.