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