diff --git a/config.h b/config.h index bbefdf0..13280fc 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Keyboard" -#define VERSION "0.2.1" +#define VERSION "0.3.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index afc8c4a..bea5810 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Keyboard" -VERSION="0.2.1" +VERSION="0.3.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"