From 312afede0036d15a39fe5f2912d8359867abdccb Mon Sep 17 00:00:00 2001
From: adamdunkels <adamdunkels>
Date: Sun, 9 Nov 2008 12:28:28 +0000
Subject: [PATCH] Bumber version number to 2.2.2

---
 core/contiki-version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/contiki-version.h b/core/contiki-version.h
index 7d26e0faf8..ee82db3bc7 100644
--- a/core/contiki-version.h
+++ b/core/contiki-version.h
@@ -30,13 +30,13 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: contiki-version.h,v 1.5 2008/08/18 08:40:16 adamdunkels Exp $
+ * $Id: contiki-version.h,v 1.6 2008/11/09 12:28:28 adamdunkels Exp $
  */
 #ifndef __CONTIKI_VERSION__
 #define __CONTIKI_VERSION__
 
 #ifndef CONTIKI_VERSION_STRING
-#define CONTIKI_VERSION_STRING "Contiki 2.2.1"
+#define CONTIKI_VERSION_STRING "Contiki 2.2.2"
 #endif /* CONTIKI_VERSION_STRING */
 
 #endif /* __CONTIKI_VERSION__ */
-- 
GitLab