mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update made automatically due to pressing build
This commit is contained in:
parent
89fcf97724
commit
5d9648429a
4 changed files with 7 additions and 7 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.6.2.17")]
|
[assembly: AssemblyVersion("1.6.2.18")]
|
||||||
[assembly: AssemblyFileVersion("1.6.2.17")]
|
[assembly: AssemblyFileVersion("1.6.2.18")]
|
||||||
|
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.6.2.17")]
|
[assembly: AssemblyVersion("1.6.2.18")]
|
||||||
[assembly: AssemblyFileVersion("1.6.2.17")]
|
[assembly: AssemblyFileVersion("1.6.2.18")]
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.6.2.17")]
|
[assembly: AssemblyVersion("1.6.2.18")]
|
||||||
[assembly: AssemblyFileVersion("1.6.2.17")]
|
[assembly: AssemblyFileVersion("1.6.2.18")]
|
||||||
|
|
|
@ -63,5 +63,5 @@ control_file = os.path.join("HISPd", "Resources", "DEBIAN", "control")
|
||||||
lines = open(control_file, "rb").readlines()
|
lines = open(control_file, "rb").readlines()
|
||||||
for i in range(0,len(lines)):
|
for i in range(0,len(lines)):
|
||||||
if lines[i].startswith(b"Version: "):
|
if lines[i].startswith(b"Version: "):
|
||||||
lines[i] = b"Version: "+bytes(commit_tag.replace("v", "")+b"\n", "UTF-8")
|
lines[i] = b"Version: "+bytes(commit_tag.replace("v", ""), "UTF-8")+b"\n"
|
||||||
open(control_file, "wb").writelines(lines)
|
open(control_file, "wb").writelines(lines)
|
Loading…
Add table
Reference in a new issue