[0138] Update "extractor_binary"

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-18 19:08:56 +02:00 committed by Antz
parent f8895f2830
commit 475b7a943e
4 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ fi
if [ "$USE_VMAPS" = "1" ] if [ "$USE_VMAPS" = "1" ]
then then
echo "`date`: Start extraction of vmaps..." | tee -a $LOG_FILE echo "`date`: Start extraction of vmaps..." | tee -a $LOG_FILE
vmapExtractor3 | tee -a $DETAIL_LOG_FILE vmapExtractor4 | tee -a $DETAIL_LOG_FILE
echo "`date`: Extracting of vmaps finished" | tee -a $LOG_FILE echo "`date`: Extracting of vmaps finished" | tee -a $LOG_FILE
mkdir vmaps mkdir vmaps
echo "`date`: Start assembling of vmaps..." | tee -a $LOG_FILE echo "`date`: Start assembling of vmaps..." | tee -a $LOG_FILE

Binary file not shown.

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0137" #define REVISION_NR "0138"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__