From fe2214f8bf0e92903d98ead1f5ff32ab9063fec2 Mon Sep 17 00:00:00 2001 From: jverkoey Date: Fri, 1 Jul 2011 21:13:22 -0400 Subject: [PATCH] Update the version number to 0.3.3. --- README.mdown | 3 ++- docs/Doxyfile | 2 +- src/Doxygen.h | 9 +++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.mdown b/README.mdown index 599204dd7..d1578470c 100644 --- a/README.mdown +++ b/README.mdown @@ -102,7 +102,8 @@ Goal tasks: - Migrate the new TTNetworkImageView object and the network image stack using ASIHTTPRequest to Nimbus. - Build an in-memory object cache (+1) -- Build an in-memory image cache from the in-memory object cache. +- Build an in-memory image cache from the in-memory object cache (+1) +- Refactor the core library so that it's easier to jump to headers from source files (+1) Bonus: - Implement tap-and-hold editing on the launcher view. diff --git a/docs/Doxyfile b/docs/Doxyfile index e16c3d3a6..3b2940065 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = Nimbus # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3.1 +PROJECT_NUMBER = 0.3.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/src/Doxygen.h b/src/Doxygen.h index a90905770..14b09c7cd 100644 --- a/src/Doxygen.h +++ b/src/Doxygen.h @@ -112,7 +112,7 @@ * *

Version History

* - *

0.3

+ *

0.3.3

* * Add network images to Nimbus. * @@ -121,13 +121,14 @@ * - Migrate the new TTNetworkImageView object and the network image stack using ASIHTTPRequest * to Nimbus. * - Build an in-memory object cache (+1) - * - Build an in-memory image cache from the in-memory object cache. + * - Build an in-memory image cache from the in-memory object cache (+1) + * - Refactor the core library so that it's easier to jump to headers from source files (+1) * * Bonus: * - Implement tap-and-hold editing on the launcher view. * - Implement launcher item state persistence. * - *

0.2 - Tuesday June 14, 2011

+ *

0.2.1 - Tuesday June 14, 2011

* * The first feature release of Nimbus. * @@ -135,7 +136,7 @@ * * - Migrate Three20's Navigator to Nimbus (+1) * - *

0.1 - Friday June 10, 2011

+ *

0.1.4 - Friday June 10, 2011

* * The first public release of Nimbus. *