diff options
author | Dave Chapman <dave@dchapman.com> | 2007-03-17 19:16:10 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-03-17 19:16:10 +0000 |
commit | 7d7135165dd31d60b08530d2ae225f5223f4d5ea (patch) | |
tree | caf7bab5bde479c601aeb5897b0191c61db85617 /rbutil/sansapatcher | |
parent | e293bbb4514ce877a3d449ecbc7a216a790f627a (diff) | |
download | rockbox-7d7135165dd31d60b08530d2ae225f5223f4d5ea.tar.gz rockbox-7d7135165dd31d60b08530d2ae225f5223f4d5ea.zip |
Modify the version string ready for initial release
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12825 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/sansapatcher')
-rw-r--r-- | rbutil/sansapatcher/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/main.c b/rbutil/sansapatcher/main.c index 813e51c941..751e3fa808 100644 --- a/rbutil/sansapatcher/main.c +++ b/rbutil/sansapatcher/main.c @@ -30,7 +30,7 @@ #include "sansaio.h" #include "parttypes.h" -#define VERSION "0.1" +#define VERSION "0.1 with r12824 bootloader" int verbose = 0; |