see #2247 better grammar to parse ipv6 addresses. Looks like I was able to build lexer rules to tokenize ipv6 addresses, yay!

This commit is contained in:
Vadim Kurland
2011-03-18 17:20:17 -07:00
parent bc669bf21e
commit d9e5fd7c0a
15 changed files with 5990 additions and 2010 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ FWB_MICRO_VERSION=0
# build number is like "nano" version number. I am incrementing build
# number during development cycle
#
BUILD_NUM="3502"
BUILD_NUM="3503"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"