Skip to content

Commit

Permalink
Build version 4.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwandel committed Feb 27, 2023
1 parent efa0b8d commit cd2a307
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Mon Feb 27 13:59:46 CET 2023
build.number=1234
#Mon Feb 27 14:21:45 CET 2023
build.number=1
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<target name="make_dotnet">
<exec executable="C:\Work\Proparse\Github\proparse\ikvmbin\ikvmc.exe" dir="." failonerror="true">
<arg line="-out:proparse.net.dll -version:4.1.0.${build.number} -keyfile:proparse.snk proparse.jar lib\*.jar"/>
<arg line="-out:proparse.net.dll -version:4.2.0.${build.number} -keyfile:proparse.snk proparse.jar lib\*.jar"/>
</exec>
<delete dir="prorefactor/projects/unittest/pubs" />
<zip destfile="proparse.assemblies.zip">
Expand Down
Binary file modified proparse.assemblies.zip
Binary file not shown.
Binary file modified proparse.jar
Binary file not shown.
Binary file modified proparse.java.zip
Binary file not shown.
Binary file modified proparse.net.dll
Binary file not shown.

0 comments on commit cd2a307

Please sign in to comment.