Skip to content

Commit

Permalink
Merge branch 'release-v1.2'
Browse files Browse the repository at this point in the history
* release-v1.2:
  Renamed 'unstable' to 'beta'.
  • Loading branch information
pjf committed Dec 16, 2014
2 parents 3f3f56c + 58d34f2 commit 7ca1b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CKAN/CKAN/Meta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class Meta
/// <summary>
/// Returns the version of the CKAN.dll used, complete with git info
/// and other decorations as filled in by our build system.
/// Eg: v1.3.5-12-g055d7c3 (unstable) or "development (unstable)"
/// Eg: v1.3.5-12-g055d7c3 (beta) or "development (unstable)"
/// </summary>
public static string Version()
{
Expand All @@ -23,7 +23,7 @@ public static string Version()
#if (STABLE)
version += " (stable)";
#else
version += " (unstable)";
version += " (beta)";
#endif

return version;
Expand Down Expand Up @@ -67,4 +67,4 @@ public static bool IsStable()
#endif
}
}
}
}
4 changes: 2 additions & 2 deletions CKAN/GUI/AboutDialog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ca1b81

Please sign in to comment.