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:
parent
bdf24904c9
commit
794713a3de
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef _VERSION_H_
|
||||
#define _VERSION_H_
|
||||
|
||||
#define APPSVERSION "0.1"
|
||||
#define APPSVERSION "CVS"
|
||||
extern char appsversion[];
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue