From 08dada2df506405d7fa7dc57a19d4a283f51162d Mon Sep 17 00:00:00 2001 From: Alan Korr Date: Wed, 17 Apr 2002 12:13:43 +0000 Subject: cosmetic changes and additions : * now we have seperate private headers files containing private and static or public functions in memory-* files. * there is only one .c file of the same name the library. Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile. * most structures and codes are now private. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/memory/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/test/memory/config.h') diff --git a/firmware/test/memory/config.h b/firmware/test/memory/config.h index cb3b75f09b..a373ed6b63 100644 --- a/firmware/test/memory/config.h +++ b/firmware/test/memory/config.h @@ -22,6 +22,6 @@ #ifndef __LIBRARY_MEMORY_CONFIG_H__ # define __LIBRARY_MEMORY_CONFIG_H__ # define PACKAGE_NAME "memory" -# define PACKAGE_VERSION "0.1.0" +# define PACKAGE_VERSION "0.1.1" # define MEMORY_PAGE_USE_SPLAY_TREE 1 #endif \ No newline at end of file -- cgit v1.2.3