Skip to content

Commit

Permalink
changes for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codingismy11to7 committed Jul 31, 2006
1 parent 459e65a commit 081895e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions iTunesAlarm.rc
Expand Up @@ -140,7 +140,8 @@ CAPTION "About iSnooze"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
LTEXT "iSnooze Version 1.3",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "iSnooze Version 1.3.1",IDC_STATIC,40,10,119,8,
SS_NOPREFIX
LTEXT "Copyright (C) Steven Scott, 2004",IDC_STATIC,40,25,119,
8
DEFPUSHBUTTON "OK",IDOK,178,7,50,16,WS_GROUP
Expand Down Expand Up @@ -231,8 +232,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,44
PRODUCTVERSION 1,3,0,44
FILEVERSION 1,3,1,59
PRODUCTVERSION 1,3,1,59
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -249,12 +250,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Progoth.com"
VALUE "FileDescription", "iSnooze Executable"
VALUE "FileVersion", "1.3.0.44"
VALUE "FileVersion", "1.3.1.59"
VALUE "InternalName", "iSnooze.exe"
VALUE "LegalCopyright", "(c) 2004, Steven Scott. All rights reserved."
VALUE "OriginalFilename", "iSnooze.exe"
VALUE "ProductName", "iSnooze"
VALUE "ProductVersion", "1.3.0.44"
VALUE "ProductVersion", "1.3.1.59"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion installer.nsi
Expand Up @@ -20,7 +20,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "iSnooze"
!define PRODUCT_VERSION "1.3"
!define PRODUCT_VERSION "1.3.1"
!define PRODUCT_PUBLISHER "Steven Scott"
!define PRODUCT_WEB_SITE "http://www.progoth.com"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\iSnooze.exe"
Expand Down

0 comments on commit 081895e

Please sign in to comment.