~mixxxdevelopers/mixxx/engine-control-refactor

« back to all changes in this revision

Viewing changes to mixxx/src/defs_version.h

  • Committer: RJ Ryan
  • Date: 2013-06-04 00:41:29 UTC
  • mfrom: (2890.22.101 mixxx)
  • Revision ID: rryan@mixxx.org-20130604004129-8jjxkicsb3givu4a
MergingĀ fromĀ lp:mixxx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// We define the version to be the branch name in Sconscript.env, unless it's a release branch
20
20
#ifndef VERSION
21
21
    // In that case, this value is used
22
 
    #define VERSION "1.11.0-beta2-pre"
 
22
    #define VERSION "1.12.0-alpha-pre"
23
23
#endif