change version to 3.4.1

This commit is contained in:
Anton Keks 2016-01-12 23:08:26 +02:00
parent 80da90fad8
commit 6871ecc7c0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes in 3.4.1:
- Favorites saving bug fixed
- More forgiving importing of previously saved scanning results
- IP details and some other functions now work properly for imported results
- Mac vendors updated
- Other small stability improvements
Changes in 3.4:
- Openers can open several IPs at once
- More bugfixes in opener editor + OK/Cancel buttons

View File

@ -7,7 +7,7 @@
<property name="resources" value="resources"/>
<property name="name" value="Angry IP Scanner"/>
<property name="version" value="3.4"/>
<property name="version" value="3.4.1"/>
<property name="main.class" value="net.azib.ipscan.Main"/>
<property name="swt" value="lib"/>
<property name="ext.src" value="ext/rocksaw/src:ext/vserv-tcpip/src"/>