1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-05-29 12:57:28 +00:00
parent bdf24904c9
commit 794713a3de

View file

@ -19,7 +19,7 @@
#ifndef _VERSION_H_
#define _VERSION_H_
#define APPSVERSION "0.1"
#define APPSVERSION "CVS"
extern char appsversion[];
#endif