Skip to content

Commit 7e953a0

Browse files
committed
Updated version for release, v0.7.2
1 parent 9fb68ee commit 7e953a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HomeCinema/Func/GlobalVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static class GlobalVars
4242
// Variables ############################################################################################################
4343
public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyTitleAttribute>().Title;
4444
public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString();
45-
public static int HOMECINEMA_BUILD = 38;
45+
public static int HOMECINEMA_BUILD = 39;
4646
public static int HOMECINEMA_DBVER = 2;
4747

4848
public static string PREFIX_MOVIEINFO = "movieInfo";

HomeCinema/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("0.7.1.0")]
37-
[assembly: AssemblyFileVersion("0.7.1.0")]
36+
[assembly: AssemblyVersion("0.7.2.0")]
37+
[assembly: AssemblyFileVersion("0.7.2.0")]

0 commit comments

Comments
 (0)