From e88748aa0e257f258872440a7c636506931c4967 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Sat, 2 Mar 2013 14:46:09 +0100 Subject: [PATCH 1/4] Upped version to 2.200 --- VERSION | 1 + bin/mh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..b0bb4f56c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +This is Misterhouse stable release v2-200. diff --git a/bin/mh b/bin/mh index b6a8afcb8..e5bf30b93 100755 --- a/bin/mh +++ b/bin/mh @@ -77,7 +77,7 @@ BEGIN { close (ENTRIES); } - $Version = "mh 2.105"; + $Version = "mh 2.200"; if ($revision) { $Version.=" R${revision}"; } From 236dd90e8f2dc87e517db03a9cba4413b0b55480 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Wed, 13 Mar 2013 21:38:53 +0100 Subject: [PATCH 2/4] Update README.md Ensure the naming is consistent with what we agreed upon on the mailing list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eff1684c3..8b6692a56 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -misterhouse +MisterHouse =========== Perl open source home automation program. It's fun, it's free, and it's entirely geeky. A quickstart guide is documented [here](https://github.com/hollie/misterhouse/wiki/Getting-started). -The Misterhouse wiki with more information is located here: http://misterhouse.wikispaces.com/ \ No newline at end of file +The Misterhouse wiki with more information is located here: http://misterhouse.wikispaces.com/ From cc7c439239b8caac60b99b107aa17bdc0ed74432 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Wed, 13 Mar 2013 21:56:13 +0100 Subject: [PATCH 3/4] Modified the contents of the VERSION file in preparation of MH depending on this file to know what version it is running --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b0bb4f56c..dd8ca3155 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -This is Misterhouse stable release v2-200. +2.200 From b3ba252c0b0d471ffa4b5ba114dd85f07fc21f41 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Thu, 20 Jun 2013 21:27:26 +0200 Subject: [PATCH 4/4] Upped version to 3.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 76cff7f1f..f398a2061 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -unstable \ No newline at end of file +3.0 \ No newline at end of file