v0.8.0! Let's get this party started!

This commit is contained in:
Christopher Allan Webber 2015-06-04 08:30:54 -05:00
parent 30dbf9f524
commit 853b74cd81
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ dnl # * x.y.dev - dev
dnl
dnl # see http://www.python.org/dev/peps/pep-0386/
AC_INIT([mediagoblin], [0.8.0.dev], [cwebber@gnu.org])
AC_INIT([mediagoblin], [0.8.0], [cwebber@gnu.org])
dnl----

View File

@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
__version__ = "0.8.0.dev"
__version__ = "0.8.0"