Bumps version number up for work on 0.6.11
| 15 | along with this program; if not, write to the Free Software | along with this program; if not, write to the Free Software | 15 |
|---|---|---|---|
| 16 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 16 |
| 17 | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | 17 |
| 18 | Motiro version 0.6.10 - March 2008 | Motiro version 0.6.11 - April 2008 | 18 |
| 19 | 19 | ||
| 20 | Please refer to your preferred language README. Every text file below this | Please refer to your preferred language README. Every text file below this | 20 |
| 21 | directory is UTF-8 encoded. Please make sure to set up your reader accordingly. | directory is UTF-8 encoded. Please make sure to set up your reader accordingly. | 21 |
| 1 | MOTIRO_VERSION = '0.6.10' | MOTIRO_VERSION = '0.6.11-dev' | 1 |
|---|
| 17 | def test_version_number | def test_version_number | 17 |
|---|---|---|---|
| 18 | get :index, :locale => 'en' | get :index, :locale => 'en' | 18 |
| 19 | 19 | ||
| 20 | assert_tag :content => /Motiro version 0.6.10/ | assert_tag :content => /Motiro version 0.6.11/ | 20 |
| 21 | end | end | 21 |
| 22 | 22 | ||
| 23 | 23 |