Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sysprogs committed Sep 27, 2015
1 parent 782926f commit a812645
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
48 changes: 24 additions & 24 deletions _distr/VirtualCD.xit
@@ -1,24 +1,24 @@
;Predefined directory prefixes are $PROGRAMFILES$, $WINDIR$, ;Predefined directory prefixes are $PROGRAMFILES$, $WINDIR$,
;$SYSDIR$, $WINDRIVE$, $CURDIR$, $TEMPDIR$ ;$SYSDIR$, $WINDRIVE$, $CURDIR$, $TEMPDIR$

$general $general
Readme readme.txt Readme readme.txt

Defaultdir $PROGRAMFILES$\WinCDEmu Defaultdir $PROGRAMFILES$\WinCDEmu
Options SelectDir Options SelectDir
Components main,drivers Components main,drivers
RootComps main,drivers RootComps main,drivers
Version 4.0 Version 4.1
UID {420D7C52-B473-481b-9E20-2DB4BF9A7E80} UID {420D7C52-B473-481b-9E20-2DB4BF9A7E80}
Name "WinCDEmu" Name "WinCDEmu"
CustomUninstallCmd $DESTDIR$\uninstall$64_OR_VOID$.exe CustomUninstallCmd $DESTDIR$\uninstall$64_OR_VOID$.exe

$main $main
file main.xic file main.xic
options default options default
;requires none ;requires none

$drivers $drivers
file drivers.xic file drivers.xic
options default options default
;requires none ;requires none
4 changes: 2 additions & 2 deletions _distr/make.bat
Expand Up @@ -33,9 +33,9 @@ cipher /d /a /s:.
call ..\..\..\svn\utils\mkcat.bat drivers call ..\..\..\svn\utils\mkcat.bat drivers
call ..\..\..\svn\utils\sign_r.bat drivers\BazisVirtualCDBus.cat call ..\..\..\svn\utils\sign_r.bat drivers\BazisVirtualCDBus.cat


call ..\..\..\svn\utils\ssibuilder VirtualCD.xit WinCDEmu-4.0.exe /linkcabs /nopause /exestub:..\AllModules\InstallerStub.exe call ..\..\..\svn\utils\ssibuilder VirtualCD.xit WinCDEmu-4.1.exe /linkcabs /nopause /exestub:..\AllModules\InstallerStub.exe
cipher /d /a *.exe cipher /d /a *.exe
call ..\..\..\svn\utils\sign_r.bat WinCDEmu-4.0.exe call ..\..\..\svn\utils\sign_r.bat WinCDEmu-4.1.exe
goto end goto end
:error :error
echo Build failed! echo Build failed!
Expand Down
18 changes: 9 additions & 9 deletions wcdversion.h
@@ -1,9 +1,9 @@
#pragma once #pragma once
#define WINCDEMU_VERSION 4,0 #define WINCDEMU_VERSION 4,1
#define WINCDEMU_VERSION_STR "4.0" #define WINCDEMU_VERSION_STR "4.1"
#define COPYRIGHT_STR "LGPL" #define COPYRIGHT_STR "LGPL"
#define TRADEMARKS_STR "Sysprogs" #define TRADEMARKS_STR "Sysprogs"
#define PRODUCTNAME_STR "WinCDEmu" #define PRODUCTNAME_STR "WinCDEmu"
#define COMPANY_STR "Sysprogs OU" #define COMPANY_STR "Sysprogs OU"
#define COMMENTS_STR "http://wincdemu.sysprogs.org/" #define COMMENTS_STR "http://wincdemu.sysprogs.org/"
#define WINCDEMU_VER_INT 0x04000001 #define WINCDEMU_VER_INT 0x04010001

0 comments on commit a812645

Please sign in to comment.