Skip to content

Commit

Permalink
Update to v1.7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertTheGrey committed May 30, 2012
1 parent f541311 commit 713fe63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spark.build
Expand Up @@ -13,7 +13,7 @@
<property name="samples.dir" value="${solution.dir}\samples"/>
<property name="version.major" value="1"/>
<property name="version.minor" value="7"/>
<property name="version.build" value="0"/>
<property name="version.build" value="1"/>
<property name="version.revision" value="0"/>
<property name="project.version" value="${version.major}.${version.minor}" dynamic="true" />
<property name="project.fullversion" value="${version.major}.${version.minor}.${version.build}.${version.revision}" dynamic="true" />
Expand Down
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -5,7 +5,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.261
// Runtime Version:4.0.30319.269
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand All @@ -14,10 +14,10 @@

[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("1.7")]
[assembly: AssemblyFileVersionAttribute("1.7.0.0")]
[assembly: AssemblyFileVersionAttribute("1.7.1.0")]
[assembly: AssemblyCopyrightAttribute("Copyright (c) Louis DeJardin 2008-2012")]
[assembly: AssemblyProductAttribute("Spark")]
[assembly: AssemblyCompanyAttribute("Louis DeJardin")]
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyInformationalVersionAttribute("1.7.0.0")]
[assembly: AssemblyInformationalVersionAttribute("1.7.1.0")]

2 changes: 1 addition & 1 deletion src/CommonVersionInfo.h
@@ -1 +1 @@
// this is an auto-generated file#define VERSIONINFO_VERSIONSTRING "1.7.0.0"#define VERSIONINFO_MAJOR 1#define VERSIONINFO_MINOR 7#define VERSIONINFO_BUILD 0#define VERSIONINFO_REVISION 0#define VERSIONINFO_COPYRIGHT "Copyright (c) Louis DeJardin 2008-2012"#define VERSIONINFO_COMPANY "Louis DeJardin"#define VERSIONINFO_PRODUCT "Spark"
// this is an auto-generated file#define VERSIONINFO_VERSIONSTRING "1.7.1.0"#define VERSIONINFO_MAJOR 1#define VERSIONINFO_MINOR 7#define VERSIONINFO_BUILD 1#define VERSIONINFO_REVISION 0#define VERSIONINFO_COPYRIGHT "Copyright (c) Louis DeJardin 2008-2012"#define VERSIONINFO_COMPANY "Louis DeJardin"#define VERSIONINFO_PRODUCT "Spark"

0 comments on commit 713fe63

Please sign in to comment.