fixup! Now in 0.11.0 development cycle.

This commit is contained in:
Ben Sturmfels 2020-05-06 12:33:59 +10:00
parent e2b3522812
commit e94f94e639
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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