Skip to content

Commit

Permalink
move back to dev branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan D. Payne committed May 28, 2013
1 parent ab0638d commit fa437ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/doxyfile
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libvmi/core.c
Expand Up @@ -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;
Expand Down

0 comments on commit fa437ca

Please sign in to comment.