Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-02-08 04:19:24 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-02-08 04:19:24 +0300
commit17ba9410b1b23693699e5e80c7b07c1db27b935d (patch)
treec2d420a6f151774ce86e75dbf2a4e0c3e2d8c67b /main/src/core/MonoDevelop.Ide/BuildVariables.cs
parentfcd8867ffd129c5b64f766d354f02d673803459e (diff)
* BuildVariables.cs: Include in svn so that autotools isn't required
to build MD. svn path=/trunk/monodevelop/; revision=126222
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/BuildVariables.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
new file mode 100644
index 0000000000..84ac46656e
--- /dev/null
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -0,0 +1,9 @@
+namespace MonoDevelop.Ide
+{
+ internal class BuildVariables
+ {
+ public static string PackageVersion = "1.9.2";
+ public static string PackageVersionLabel = "2.0 Beta 1";
+ }
+}
+