From 51cfb77c71e4efb104a498782d5b4f826f4f8e90 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 26 Mar 2011 10:15:13 +0100 Subject: [PATCH] bumped version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da7ed74..d12c08b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ KBUILD_CFLAGS += -I$(src) KERNEL_DIR = /lib/modules/$(shell uname -r)/build -VERSION = 0.9 +VERSION = 1.0 cryptodev-objs = cryptodev_main.o cryptodev_cipher.o -- 2.11.4.GIT