![]() |
Mixxx
|
00001 /*************************************************************************** 00002 defs_version.h - description 00003 -------------- 00004 copyright : (C) 2010 by Sean Pappalardo 00005 email : 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 // Doing this in its own file avoids needlessly rebuilding everything when just the version number changes 00018 00019 // We define the version to be the branch name in Sconscript.env, unless it's a release branch 00020 #ifndef VERSION 00021 // In that case, this value is used 00022 #define VERSION "1.10.1-alpha" 00023 #endif