Skip to content

Commit

Permalink
Revert "Revert "Bump to version 0.19.3""
Browse files Browse the repository at this point in the history
This reverts commit bc5f5de.
  • Loading branch information
MOARdV committed May 2, 2015
1 parent bc5f5de commit 81b4a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BumpBuildNumber/BumpBuildNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>BumpBuildNumber</RootNamespace>
<AssemblyName>BumpBuildNumber</AssemblyName>
<ReleaseVersion>0.19.2</ReleaseVersion>
<ReleaseVersion>0.19.3</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion FormatterTests/FormatterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>FormatterTests</RootNamespace>
<AssemblyName>FormatterTests</AssemblyName>
<ReleaseVersion>0.19.2</ReleaseVersion>
<ReleaseVersion>0.19.3</ReleaseVersion>
<UseMSBuildEngine>True</UseMSBuildEngine>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
Expand Down
2 changes: 1 addition & 1 deletion MechJebRPM/MechJebRPM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>MechJebRPM</RootNamespace>
<AssemblyName>MechJebRPM</AssemblyName>
<ReleaseVersion>0.19.2</ReleaseVersion>
<ReleaseVersion>0.19.3</ReleaseVersion>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion RasterPropMonitor/RasterPropMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>JSI</RootNamespace>
<AssemblyName>RasterPropMonitor</AssemblyName>
<ReleaseVersion>0.19.2</ReleaseVersion>
<ReleaseVersion>0.19.3</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<CodePage>65001</CodePage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Now this is the actual version number with build number.
// As I release newer ones, I'll bump them manually.
// Build number is altered automatically.
[assembly: AssemblyFileVersion("0.19.2")]
[assembly: AssemblyFileVersion("0.19.3")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 81b4a60

Please sign in to comment.