mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-24 17:55:15 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
80e15c86dc | |||
90109e04aa | |||
c36de3393d |
@ -1,5 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
## 1.4.3 19/02/2016
|
||||
* Nothing! (changes made in the GUI only).
|
||||
|
||||
## 1.4.2 17/02/2016
|
||||
* Fix missing format in IOU export
|
||||
* Fix number of arguments to the UDP errors on VBOX
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.4.2"
|
||||
__version_info__ = (1, 4, 2, 0)
|
||||
__version__ = "1.4.3"
|
||||
__version_info__ = (1, 4, 3, 0)
|
||||
|
Reference in New Issue
Block a user