Update in Version Numbering
diff --git a/nlsr_adl.c b/nlsr_adl.c
index 5f3e71c..96409bc 100644
--- a/nlsr_adl.c
+++ b/nlsr_adl.c
@@ -100,7 +100,7 @@
 	hashtb_start(nlsr->adl, e);
    	res = hashtb_seek(e, nbr->buf, nbr->length, 0);
 
-	assert( res == HT_OLD_ENTRY);
+	//assert( res == HT_OLD_ENTRY);
 
 	nnbr=e->data;
 	nnbr->status=status;
@@ -123,12 +123,10 @@
 	hashtb_start(nlsr->adl, e);
    	res = hashtb_seek(e, nbr->buf, nbr->length, 0);
 
-	assert( res == HT_OLD_ENTRY);
+	//assert( res == HT_OLD_ENTRY);
 
 	nnbr=e->data;
 	nnbr->last_lsdb_version=version;
-	
-	//memcpy(nnbr->last_lsdb_version,version,strlen(version)+1);
-	
+		
 	hashtb_end(e);
 }
diff --git a/nlsr_lsdb.c b/nlsr_lsdb.c
index 457963a..65b812d 100644
--- a/nlsr_lsdb.c
+++ b/nlsr_lsdb.c
@@ -19,3 +19,5 @@
 
 #include "nlsr.h"
 #include "nlsr_lsdb.h"
+
+