Skip to content

Commit

Permalink
0.9.14 -> 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsohn committed Jul 7, 2017
1 parent 90d4257 commit e288eb9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/mutefm_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;Note: Don't worry about setting up extension, browser settings, hiding sndvol, etc. since program itself will do it
; for showing in system tray by default, research this: http://social.msdn.microsoft.com/Forums/en/windowscompatibility/thread/fee62eb0-4f68-408c-aec2-82ffdf2ddd69
#define MyAppName "mute.fm"
#define MyAppVersion "0.9.14"
#define MyAppVersion "0.9.15"
#define MyAppMutex "Global\{{4A850CD5-D080-481F-8DCC-923D214381C4}"
#define MyAppPublisher "mute.fm"
#define MyAppURL "http://www.mutefm.com"
Expand Down
2 changes: 1 addition & 1 deletion build/mutefmplus_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;Note: Don't worry about setting up extension, browser settings, hiding sndvol, etc. since program itself will do it
; for showing in system tray by default, research this: http://social.msdn.microsoft.com/Forums/en/windowscompatibility/thread/fee62eb0-4f68-408c-aec2-82ffdf2ddd69
#define MyAppName "mute.fm"
#define MyAppVersion "0.9.14"
#define MyAppVersion "0.9.15"
#define MyAppMutex "Global\{{4A850CD5-D080-481F-8DCC-923D214381C4}"
#define MyAppPublisher "mute.fm"
#define MyAppURL "http://www.mutefm.com"
Expand Down
2 changes: 1 addition & 1 deletion build/z.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rmdir ..\src\win\bin\release\mute_fm_web>nul
pause

"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" mutefm_setup.iss
copy output\mutefm_setup.exe output\mutefm_setup_0_9_14.exe
copy output\mutefm_setup.exe output\mutefm_setup_0_9_15.exe
4 changes: 2 additions & 2 deletions build/z2.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@c:\pscp Output\mutefm_setup_0_9_14.exe jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:
@c:\pscp Output\mutefm_setup_0_9_15.exe jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:

@c:\pscp Output\patcher\*.* jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:patcher
REM @c:\pscp Output\patcher\*.* [email protected]:patcher
2 changes: 1 addition & 1 deletion build/zplus.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ del ..\src\win\bin\release\awesomium_process
pause

"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" mutefmplus_setup.iss
copy output\mutefm_setup.exe output\mutefmplus_setup_0_9_14.exe
copy output\mutefm_setup.exe output\mutefmplus_setup_0_9_15.exe
2 changes: 1 addition & 1 deletion build/zplus2.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@c:\pscp Output\mutefmplus_setup_0_9_14.exe jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:
@c:\pscp Output\mutefmplus_setup_0_9_15.exe jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:

@c:\pscp Output\patcher\*.* jaredsohn_mutetunes@ssh.phx.nearlyfreespeech.net:patcher
6 changes: 3 additions & 3 deletions src/win/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("mute.fm")]
[assembly: AssemblyProduct("mute.fm")]
[assembly: AssemblyCopyright("Copyright © 2012-2014 mute.fm")]
[assembly: AssemblyCopyright("Copyright © 2012-2017 mute.fm")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.14.0")]
[assembly: AssemblyFileVersion("0.9.14.0")]
[assembly: AssemblyVersion("0.9.15.0")]
[assembly: AssemblyFileVersion("0.9.15.0")]

0 comments on commit e288eb9

Please sign in to comment.