Skip to content

Commit

Permalink
Revert "Revert "Bumping version numbers for release.""
Browse files Browse the repository at this point in the history
This reverts commit 5605439.
  • Loading branch information
Mihara committed Jul 18, 2014
1 parent f013c79 commit 29abe05
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 9 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.17</ReleaseVersion>
<ReleaseVersion>0.18</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.17</ReleaseVersion>
<ReleaseVersion>0.18</ReleaseVersion>
<UseMSBuildEngine>True</UseMSBuildEngine>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.17</ReleaseVersion>
<ReleaseVersion>0.18</ReleaseVersion>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion RasterPropMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Global
$36.inheritsSet = Mono
$36.inheritsScope = text/plain
$36.scope = text/plain
version = 0.17
version = 0.18
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
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.17</ReleaseVersion>
<ReleaseVersion>0.18</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<CodePage>65001</CodePage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SCANsatRPM/SCANsatRPM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>SCANsatRPM</RootNamespace>
<AssemblyName>SCANsatRPM</AssemblyName>
<ReleaseVersion>0.17</ReleaseVersion>
<ReleaseVersion>0.18</ReleaseVersion>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@

// Now this is the actual version number with build number.
// As I release newer ones, I'll bump them manually.
// The 8888 is temporary here to distinguish this from the last built dev build packet,
// as I release 0.17, I'll switch the version to 0.17.
// Build number is altered automatically.
[assembly: AssemblyFileVersion("0.17.8888.14")]
[assembly: AssemblyFileVersion("0.18.0.1")]

// 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 29abe05

Please sign in to comment.