1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

1.4.7dev1

This commit is contained in:
Julien Duponchelle 2016-04-28 18:38:11 +02:00
parent 8a19afd618
commit 848120c354
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version # or negative for a release candidate or beta (after the base version
# number has been incremented) # number has been incremented)
__version__ = "1.4.6" __version__ = "1.4.7dev1"
__version_info__ = (1, 4, 6, 0) __version_info__ = (1, 4, 7, -99)