mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.3.13
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.13 11/12/2015
|
||||
|
||||
* Release server 1.3.13
|
||||
|
||||
## 1.3.12 11/12/2015
|
||||
|
||||
* Fix warning when closing GUI
|
||||
|
||||
@@ -25,6 +25,6 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.12"
|
||||
__version_info__ = (1, 3, 12, 0)
|
||||
__version__ = "1.3.13"
|
||||
__version_info__ = (1, 3, 13, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user