Skip to content

Commit

Permalink
PUBLISH (2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 17, 2013
1 parent 86b5287 commit 2e1c9e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NAPS2.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// 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("2.3.*")]
[assembly: AssemblyVersion("2.4.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion NAPS2.Setup/NAPS2.Setup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="*"
Name="NAPS2"
Language="1033"
Version="2.3"
Version="2.4"
Manufacturer="Ben Olden-Cooligan"
UpgradeCode="FEB82971-B3E6-4F19-9684-1D543E644D73">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
Expand Down
2 changes: 1 addition & 1 deletion NAPS2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.*")]
[assembly: AssemblyVersion("2.4.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion NAPS2/Setup/build-standalone.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
cd %~dp0
set VERSION=2.3
set VERSION=2.4
set OUTFOLDER=..\publish\%VERSION%
set TEMPFOLDER=%OUTFOLDER%\naps2-%VERSION%-standalone
set OUTFILE=..\publish\%VERSION%\naps2-%VERSION%-standalone.zip
Expand Down
2 changes: 1 addition & 1 deletion NAPS2/Setup/copy-msi.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
cd %~dp0
set VERSION=2.3
set VERSION=2.4
set OUTFOLDER=..\publish\%VERSION%
set OUTFILE=%OUTFOLDER%\naps2-%VERSION%-setup.msi
set SETUPBINFOLDER=..\..\NAPS2.Setup\bin\Release
Expand Down
2 changes: 1 addition & 1 deletion NAPS2/Setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define AppVersion "2.3"
#define AppVersion "2.4"

[Setup]
AppName=NAPS2 (Not Another PDF Scanner 2)
Expand Down

0 comments on commit 2e1c9e1

Please sign in to comment.