diff --git a/Makefile b/Makefile index c640637..2f9d87b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libDesktop -VERSION = 0.0.10 +VERSION = 0.1.0 SUBDIRS = data doc include src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index ad1ab7e..0577340 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libDesktop" -#define VERSION "0.0.10" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index c881b46..18ad10f 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libDesktop" -VERSION="0.0.10" +VERSION="0.1.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/doc/gtkdoc/libDesktop-docs.xml b/doc/gtkdoc/libDesktop-docs.xml index 3e3c265..6482d8b 100644 --- a/doc/gtkdoc/libDesktop-docs.xml +++ b/doc/gtkdoc/libDesktop-docs.xml @@ -5,7 +5,7 @@ - + ]> diff --git a/project.conf b/project.conf index 5354611..3b3e9af 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libDesktop -version=0.0.10 +version=0.1.0 config=h,sh subdirs=data,doc,include,src