Skip to content

Commit

Permalink
v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delhoume committed Jan 18, 2022
1 parent a7bd718 commit 5878150
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ CC = cl
RC = rc
LD = link

VLIVDEBUG=1
#DEBUG=/Od /Zi
#LDDEBUG=/debug

!ifdef VLIVDEBUG
DEBUG=/Od /Zi
LDDEBUG=/debug
!else
DEBUG=/Ox
!endif

VERSION=2.5
VERSIONSHORT=253
VERSIONSHORT=254

CFLAGS = /nologo /W3 $(DEBUG) /D_CRT_SECURE_NO_DEPRECATE /DWIN32 /DWINDOWS /I.
LDFLAGS = $(LDDEBUG) /SUBSYSTEM:WINDOWS /nodefaultlib:libc /VERSION:$(VERSION)
Expand Down
10 changes: 5 additions & 5 deletions src/resources/vliv.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,68,75,50,14
CTEXT "Vliv 2.5.3",IDC_VERSION,6,14,180,8
CTEXT "Vliv 2.5.4",IDC_VERSION,6,14,180,8
CTEXT "(c) 2003-2022, Fr�d�ric Delhoume",4,6,45,180,8
CTEXT "http://vlivviewer.free.fr/vliv.htm",IDC_HYPERLINK,6,58,180,8
END
Expand Down Expand Up @@ -141,19 +141,19 @@ BEGIN
END

1 VERSIONINFO
FILEVERSION 2,5,3,0
PRODUCTVERSION 2,5,3,0
FILEVERSION 2,5,4,0
PRODUCTVERSION 2,5,4,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "Fr�d�ric Delhoume\0"
VALUE "FileDescription", "Very Large Image Viewer\0"
VALUE "FileVersion", "2.5.3\0"
VALUE "FileVersion", "2.5.4\0"
VALUE "LegalCopyright", "Copyright � Fr�d�ric Delhoume 2003-2022\0"
VALUE "ProductName", "Vliv\0"
VALUE "ProductVersion", "2.5.3\0"
VALUE "ProductVersion", "2.5.4\0"
END
END
END

0 comments on commit 5878150

Please sign in to comment.