Skip to content

Commit

Permalink
v0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 8, 2015
1 parent 67f62e0 commit 343e7f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions XScreenSaverWin.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{B7914227-CD94-4B6F-859C-E3823C9552DA}
AppName=XScreenSaver for Windows
AppVerName=XScreenSaver for Windows v0.69
AppVerName=XScreenSaver for Windows v0.75
AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/xscreensaverwin/eindex.html
AppSupportURL=http://katahiromz.web.fc2.com/xscreensaverwin/eindex.html
Expand All @@ -20,7 +20,7 @@ Compression=lzma
SolidCompression=yes
UninstallDisplayIcon={app}\xscreensaver.exe
LicenseFile=LICENSE.txt
VersionInfoVersion=0.69
VersionInfoVersion=0.75

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
2 changes: 1 addition & 1 deletion xscreensaver-text/xscreensaver-text.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const char *saver_key = "Software\\Katayama Hirofumi MZ\\%s";

void show_version(void)
{
fprintf(stderr, "xscreensaver for Windows v0.69 text client utility\n");
fprintf(stderr, "xscreensaver for Windows v0.75 text client utility\n");
fprintf(stderr, "Written by Katayama Hirofumi MZ\n");
}

Expand Down
2 changes: 1 addition & 1 deletion xscreensaver/xscreensaver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

1 DIALOGEX 0, 0, 215, 180
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "XScreenSaver for Windows v0.69"
CAPTION "XScreenSaver for Windows v0.75"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 9, "Arial"
{
Expand Down

0 comments on commit 343e7f6

Please sign in to comment.