mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Refactor `mk_all_assembly_infos()
to use the
configure_file()
`
function. The old implementation was buggy under Python 3.5 and unsafe (not using with statements on calls to ``open()``).
This commit is contained in:
parent
f3d94db889
commit
81c98cf3ee
2 changed files with 15 additions and 34 deletions
|
@ -34,5 +34,5 @@ using System.Security.Permissions;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("4.2.0.0")]
|
||||
[assembly: AssemblyVersion("4.3.2.0")]
|
||||
[assembly: AssemblyFileVersion("4.3.2.0")]
|
||||
[assembly: AssemblyVersion("@VER_MAJOR@.@VER_MINOR@.@VER_BUILD@.@VER_REVISION@")]
|
||||
[assembly: AssemblyFileVersion("@VER_MAJOR@.@VER_MINOR@.@VER_BUILD@.@VER_REVISION@")]
|
Loading…
Add table
Add a link
Reference in a new issue