Release 1.2.0

This commit is contained in:
Phil 2007-09-14 14:03:22 +02:00
parent 794c056f51
commit 27ff6a0121
1 changed files with 1 additions and 6 deletions

View File

@ -23,12 +23,7 @@
from __future__ import generators
import os
BASE_VERSION = "1.1.1"
HG_NODE = "$Node$"
REVISION = "$Revision$"
VERSION = "v%s / %s" % (BASE_VERSION, (REVISION+"--")[11:23])
VERSION = "1.2.0"
DEFAULT_CONFIG_FILE = os.path.join(os.environ["HOME"], ".scapy_startup.py")