From 3ca83e52f11ffdf9f0268c9e80e356e37921c976 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 28 Oct 2009 08:50:20 -0700 Subject: Bumped version numbers to 0.9.4 --- configure.ac | 2 +- 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 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libiphone, 0.9.3, nospam@nowhere.com) +AC_INIT(libiphone, 0.9.4, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) 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 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.3 +PROJECT_NUMBER = 0.9.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. -- cgit v1.1-32-gdbae