diff options
author | Matt Colyer | 2009-08-04 09:11:31 -0700 |
---|---|---|
committer | Matt Colyer | 2009-08-04 09:11:31 -0700 |
commit | 84620d89f988b0b763daea1f4ccae66acc062b19 (patch) | |
tree | 9e8cbbc94c1fb1b7eeda53cf07674c55dc5fdf20 | |
parent | 93a7ce48cd08100677ecad14d685b1efd610362d (diff) | |
download | libimobiledevice-84620d89f988b0b763daea1f4ccae66acc062b19.tar.gz libimobiledevice-84620d89f988b0b763daea1f4ccae66acc062b19.tar.bz2 |
Bump version numbers to 0.9.3 and raise libusbmux required version.
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doxygen.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 55f5bae..1303e23 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libiphone, 0.9.2, nospam@nowhere.com) +AC_INIT(libiphone, 0.9.3, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h]) @@ -20,7 +20,7 @@ AC_PROG_CC AM_PROG_CC_C_O # Checks for libraries. -PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= 0.1.0) +PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= 0.1.3) PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1) PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1) PKG_CHECK_MODULES(libgnutls, gnutls >= 1.6.3 ) diff --git a/doxygen.cfg b/doxygen.cfg index 0942031..5aff928 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = libiphone # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.1 +PROJECT_NUMBER = 0.9.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |