mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
Add copy/paste
This commit is contained in:
parent
be228de5ea
commit
66dddad437
5 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
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.8.47.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.47.0")]
|
||||
[assembly: AssemblyVersion("1.8.48.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.48.0")]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: hisp
|
||||
Version: 1.8.47
|
||||
Version: 1.8.48
|
||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||
Maintainer: Li
|
||||
Homepage: https://islehorse.com
|
||||
|
|
|
@ -30,8 +30,8 @@ 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.8.47.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.47.0")]
|
||||
[assembly: AssemblyVersion("1.8.48.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.48.0")]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ 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.8.47.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.47.0")]
|
||||
[assembly: AssemblyVersion("1.8.48.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.48.0")]
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue