Skip to content

Commit

Permalink
Update Siggen icon and version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 6, 2016
1 parent 4db658a commit 7267509
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SigGen/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:
rm *.exe

%.exe: %.c
$(GCC) -o $@ $^ -O2 -march=opteron -ffast-math -std=gnu99 \
$(GCC) -o $@ $^ -Os -std=gnu99 -mwin32 \
-mwindows -lcomctl32 -lwinmm

%.o: %.rc
Expand Down
Binary file modified SigGen/windows/SigGen.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions SigGen/windows/SigGen.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 Signal Generator"
!define PRODUCT_VERSION "1.0"
!define PRODUCT_VERSION "1.01"
!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\SigGen.exe"
!define PRODUCT_UNINST_NAME "UninstSigGen.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
8 changes: 4 additions & 4 deletions SigGen/windows/SigGen.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Knob BITMAP "Knob.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "SigGen.manifest"

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

0 comments on commit 7267509

Please sign in to comment.