diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-29 17:10:21 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-29 17:10:21 +0000 |
| commit | 673a74bfe534b368382a3c700bc09c20ef5e9f09 (patch) | |
| tree | 2ddee063ff16d8ff785f441e1fabbbba55f0ca72 | |
| parent | 441fa76a6d23128169ed6c3768f014808df88329 (diff) | |
| download | rockbox-673a74bfe534b368382a3c700bc09c20ef5e9f09.zip rockbox-673a74bfe534b368382a3c700bc09c20ef5e9f09.tar.gz rockbox-673a74bfe534b368382a3c700bc09c20ef5e9f09.tar.bz2 rockbox-673a74bfe534b368382a3c700bc09c20ef5e9f09.tar.xz | |
Add svn revision to version string and mark milestone 1 reached.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14518 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | rbutil/rbutilqt/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h index bead65b..906e75f 100644 --- a/rbutil/rbutilqt/version.h +++ b/rbutil/rbutilqt/version.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Riebeling - * $Id:$ + * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -17,4 +17,4 @@ * ****************************************************************************/ -#define VERSION "0.1qt" +#define VERSION "SVN $Revision:$ (m1.0)" |