mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-20 05:51:33 +12:00
update n00bs
This commit is contained in:
parent
9d50f23067
commit
dd7efc17e5
7 changed files with 40 additions and 6 deletions
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.7.109.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.109.0")]
|
||||
[assembly: AssemblyVersion("1.7.110.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.110.0")]
|
||||
|
|
|
@ -66,7 +66,7 @@ assembly_version = ".".join(points)
|
|||
|
||||
# Update AssemblyInfo.cs files
|
||||
update_asm_info(os.path.join("LibHISP", "Properties", "AssemblyInfo.cs"))
|
||||
update_asm_info(os.path.join("N00BS" , "Properties", "AssemblyInfo.cs"))
|
||||
update_asm_info(os.path.join("MPN00BS", "Properties", "AssemblyInfo.cs"))
|
||||
update_asm_info(os.path.join("HISPd" , "Properties", "AssemblyInfo.cs"))
|
||||
|
||||
# Update control file in dpkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue