diff --git a/configure.ac b/configure.ac index 566ebe61e..bd6a993af 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -------------------------------- dnl Initialization macros. dnl -------------------------------- -AC_INIT([libvmi], [0.10.1]) +AC_INIT([libvmi], [0.11.0]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR(libvmi/core.c) diff --git a/doc/doxyfile b/doc/doxyfile index 62d952f85..c8849c9d5 100644 --- a/doc/doxyfile +++ b/doc/doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = LibVMI # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "Version 0.10.1". +PROJECT_NUMBER = "Version 0.11.0". # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/libvmi/core.c b/libvmi/core.c index 003cd065b..6c84a1b30 100644 --- a/libvmi/core.c +++ b/libvmi/core.c @@ -634,7 +634,7 @@ vmi_init_private( memset(*vmi, 0, sizeof(struct vmi_instance)); /* initialize instance struct to default values */ - dbprint("LibVMI Version 0.10.1\n"); //TODO change this with each release + dbprint("LibVMI Version 0.11.0\n"); //TODO change this with each release /* save the flags and init mode */ (*vmi)->flags = flags;