Skip to content

Commit

Permalink
Fix error in app version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Mar 5, 2015
1 parent b8a5a57 commit 6269ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This file contains a summary of changes to the Oppia code base. For a full chang
https://code.google.com/p/oppia/source/list


v2.0.0 (5 Mar 2015)
-------------------
v2.0.0.rc.1 (5 Mar 2015)
------------------------
Frontend (general):
* Add a sidebar to all pages as a primary navigation mechanism.
* Restyle top navbar as an area for breadcrumbs and secondary navigation, and to be more responsive.
Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ threadsafe: false
env_variables:
DJANGO_SETTINGS_MODULE: 'oppiaserver.settings'
# Modify the 'version' field above to match this.
OPPIA_VERSION: '2.0.0-rc.1'
OPPIA_VERSION: '2.0.0.rc.1'

builtins:
- appstats: on
Expand Down

0 comments on commit 6269ea0

Please sign in to comment.