File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments