Skip to content

Commit cb91cd2

Browse files
committed
Bumped version to 6.1.1 for next release.
1 parent 5622d8f commit cb91cd2

27 files changed

Lines changed: 31 additions & 30 deletions

File tree

CodeConverter/CodeConverter/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}

CodeConverter/CodeConverterInterface/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}

CodeGen/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}
3434

CodeGenEngine/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}
3434

3535

3636

CodeGenEngine/codegen.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
.ifndef CODEGEN_VERSION
4444

45-
.define CODEGEN_VERSION "V6.0.9"
45+
.define CODEGEN_VERSION "V6.1.1"
4646
.define CODEGEN_BUFSZ 32768
4747

4848
.endc

CodeGenSetup/CodeGenSetup.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.9</ProductVersion>
77
<ProjectGuid>ac801722-1323-4fae-a93e-26499b03682e</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>CodeGen_6.0.9</OutputName>
9+
<OutputName>CodeGen_6.1.1</OutputName>
1010
<OutputType>Package</OutputType>
1111
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1212
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

CodeGenSetup/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<Product
1212
Name="CodeGen"
13-
Version="6.0.9"
14-
Id="{42EFD4B5-E72C-49CE-AFDD-2F94454DF39F}"
13+
Version="6.1.1"
14+
Id="{24146063-D2B0-43E3-A0E8-8B87D247D5A8}"
1515
Language="1033"
1616
Manufacturer="Synergex International Corporation"
1717
UpgradeCode="{0B992863-4C0E-4769-ABBC-49DB5C3A09A6}">

CodeGenSetupCustomActions/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}

Common.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<ComputedSolutionDir>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</ComputedSolutionDir>
5-
<CommonEnvVars>CODEGEN_SRC=$(ComputedSolutionDir)CodeGenEngine;CODEGEN_TPLDIR=$(ComputedSolutionDir)SampleTemplates;CODEGEN_OUTDIR=$(ComputedSolutionDir)OutputFiles;RPSMFIL=$(ComputedSolutionDir)SampleRepository\rpsmain.ism;RPSTFIL=$(ComputedSolutionDir)SampleRepository\rpstext.ism</CommonEnvVars>
6-
</PropertyGroup>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ComputedSolutionDir>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</ComputedSolutionDir>
5+
<CommonEnvVars>CODEGEN_SRC=$(ComputedSolutionDir)CodeGenEngine;CODEGEN_TPLDIR=$(ComputedSolutionDir)SampleTemplates;CODEGEN_OUTDIR=$(ComputedSolutionDir)OutputFiles;RPSMFIL=$(ComputedSolutionDir)SampleRepository\rpsmain.ism;RPSTFIL=$(ComputedSolutionDir)SampleRepository\rpstext.ism;DEVROOT=$(ComputedSolutionDir)</CommonEnvVars>
6+
</PropertyGroup>
77
</Project>

CreateFile/Properties/AssemblyInfo.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ import System.Runtime.InteropServices
3030
; Revision
3131
;
3232
{assembly: AssemblyVersion("1.0.0.0")}
33-
{assembly: AssemblyFileVersion("6.0.9.0")}
33+
{assembly: AssemblyFileVersion("6.1.1.0")}
3434

0 commit comments

Comments
 (0)