Skip to content

Commit

Permalink
[Yamster 2.9.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
pgonzal committed Apr 9, 2016
1 parent e5e826d commit 3044c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Common/ProductAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.9.1.0")]
[assembly: AssemblyFileVersion("2.9.1.0")]
2 changes: 1 addition & 1 deletion Source/YamsterInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FO
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<?define ProductVersion = "2.9.0.0"?>
<?define ProductVersion = "2.9.1.0"?>
<?define ProductUpgradeCode = "acd7c640-926c-4880-af3b-db86d66e5d98"?>
<?define InputDir = "$(sys.CURRENTDIR)..\..\Build\Release\"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
Expand Down

0 comments on commit 3044c65

Please sign in to comment.