diff options
| author | 2009-10-28 08:50:20 -0700 | |
|---|---|---|
| committer | 2009-10-28 08:50:20 -0700 | |
| commit | 3ca83e52f11ffdf9f0268c9e80e356e37921c976 (patch) | |
| tree | f952fceee6eeb60b2bf7e9faf6cf271705e73785 | |
| parent | 544215cd776c1db58ce8e8a3db6457b5d977e421 (diff) | |
| download | libimobiledevice-3ca83e52f11ffdf9f0268c9e80e356e37921c976.tar.gz libimobiledevice-3ca83e52f11ffdf9f0268c9e80e356e37921c976.tar.bz2 | |
Bumped version numbers to 0.9.40.9.4
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doxygen.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d3b5105..ccbf59b 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.61) | 4 | AC_PREREQ(2.61) |
| 5 | AC_INIT(libiphone, 0.9.3, nospam@nowhere.com) | 5 | AC_INIT(libiphone, 0.9.4, nospam@nowhere.com) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) |
| 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) |
| 8 | AC_CONFIG_SRCDIR([src/]) | 8 | AC_CONFIG_SRCDIR([src/]) |
diff --git a/doxygen.cfg b/doxygen.cfg index 5aff928..c51aed7 100644 --- a/doxygen.cfg +++ b/doxygen.cfg | |||
| @@ -31,7 +31,7 @@ PROJECT_NAME = libiphone | |||
| 31 | # This could be handy for archiving the generated documentation or | 31 | # This could be handy for archiving the generated documentation or |
| 32 | # if some version control system is used. | 32 | # if some version control system is used. |
| 33 | 33 | ||
| 34 | PROJECT_NUMBER = 0.9.3 | 34 | PROJECT_NUMBER = 0.9.4 |
| 35 | 35 | ||
| 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
| 37 | # base path where the generated documentation will be put. | 37 | # base path where the generated documentation will be put. |
