~ubuntu-branches/ubuntu/trusty/smuxi/trusty

« back to all changes in this revision

Viewing changes to src/Common/Defines.cs

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer, 2900227
  • Date: 2014-03-16 17:05:21 UTC
  • mfrom: (35.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140316170521-x2vtcgek0fmu3m7g
Tags: 0.11~rc5-1
[2900227] Imported Upstream version 0.11~rc5

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{
27
27
    public static class Defines
28
28
    {
29
 
        public const string GitBranch   = "master";
30
 
        public const string GitCommitHash = "f6b01ea";
 
29
        public const string GitBranch   = "release/0.11";
 
30
        public const string GitCommitHash = "dff7157";
31
31
 
32
32
        private static readonly string f_InstallPrefix = "/usr/local";
33
 
        private static readonly string f_DistVersion = "master/f6b01ea";
 
33
        private static readonly string f_DistVersion = "release/0.11/dff7157";
34
34
        private static readonly string f_TwitterApiKey = "60QV2qQx9cS7y1BJDbgAA|2VgD6qQKddsF5HYQ0TrRgs3tFTnCwDONBmRlTmG658";
35
35
 
36
36
        public static string InstallPrefix {