* fwbedit.cpp (main): added command line switch "-d" to function

"import" in fwbedit. This switch activates object deduplication
on import.
This commit is contained in:
Vadim Kurland
2011-04-17 12:30:31 -07:00
parent b3dbf7ce48
commit 5e1e377c6a
10 changed files with 115 additions and 77 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="3527"
BUILD_NUM="3528"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"