Skip to content

Commit 668f64e

Browse files
committed
Bump version to 2.34.0
Updated application and assembly file versions to 2.34.0 in DiskImageTool.vbproj and AssemblyInfo.vb, respectively.
1 parent 55fc6b4 commit 668f64e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DiskImageTool/DiskImageTool.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ProductName>DiskImageTool</ProductName>
3232
<PublisherName>Digitoxin</PublisherName>
3333
<ApplicationRevision>0</ApplicationRevision>
34-
<ApplicationVersion>2.33.0.%2a</ApplicationVersion>
34+
<ApplicationVersion>2.34.0.%2a</ApplicationVersion>
3535
<UseApplicationTrust>false</UseApplicationTrust>
3636
<PublishWizardCompleted>true</PublishWizardCompleted>
3737
<BootstrapperEnabled>true</BootstrapperEnabled>

DiskImageTool/My Project/AssemblyInfo.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
3131
' <Assembly: AssemblyVersion("1.0.*")>
3232

3333
<Assembly: AssemblyVersion("1.0.0.0")>
34-
<Assembly: AssemblyFileVersion("2.33.0.0")>
34+
<Assembly: AssemblyFileVersion("2.34.0.0")>

0 commit comments

Comments
 (0)