palo version 1.94
diff --git a/lib/common.h b/lib/common.h
index 159eea2..ebfc6f5 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -67,7 +67,7 @@
 #define __swab16(x)	bswap_16(x)
 #endif /* __swab16 */
 
-#define PALOVERSION "1.93"
+#define PALOVERSION "1.94"
 
 /* size of I/O block used in HP firmware */
 #define FW_BLOCKSIZE	2048
diff --git a/palo.spec b/palo.spec
index e9266c7..7cf91d1 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
 Name:		palo
-Version:	1.93
+Version:	1.94
 Release:	1%{?dist}
 Summary:	PALO - PA-RISC Boot Loader
 Packager:	Helge Deller <deller@gmx.de>