diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-29 12:57:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-29 12:57:28 +0000 |
| commit | 794713a3de28374ba773cd69c4b83703a50028e7 (patch) | |
| tree | 4ed7ec89de696ea729648c1912cf815cf1924204 | |
| parent | bdf24904c90ceeb71a01a4529ce635cbe61a4543 (diff) | |
| download | rockbox-794713a3de28374ba773cd69c4b83703a50028e7.zip rockbox-794713a3de28374ba773cd69c4b83703a50028e7.tar.gz rockbox-794713a3de28374ba773cd69c4b83703a50028e7.tar.bz2 rockbox-794713a3de28374ba773cd69c4b83703a50028e7.tar.xz | |
make the version string say "CVS" when retrieved from CVS, it gets
generated automaticly when building tarball releases
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@794 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.h b/apps/version.h index b60d1ca..867efef 100644 --- a/apps/version.h +++ b/apps/version.h @@ -19,7 +19,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define APPSVERSION "0.1" +#define APPSVERSION "CVS" extern char appsversion[]; #endif |