Skip to content

Commit

Permalink
[Yamster 2.9.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Feb 17, 2019
1 parent 0178093 commit 415d65a
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.2.0")]
[assembly: AssemblyFileVersion("2.9.2.0")]
[assembly: AssemblyVersion("2.9.3.0")]
[assembly: AssemblyFileVersion("2.9.3.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.2.0"?>
<?define ProductVersion = "2.9.3.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 415d65a

Please sign in to comment.