diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f6ed0d58..f8b59743 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (4.7.7) UNRELEASED; urgency=medium +propellor (4.7.7) unstable; urgency=medium * Locale: Display an error message when /etc/locale.gen does not contain the requested locale. @@ -10,7 +10,7 @@ propellor (4.7.7) UNRELEASED; urgency=medium * Add Typeable instance to Bootstrapper, fixing build with old versions of ghc. (Previous attempt was incomplete.) - -- Joey Hess <id@joeyh.name> Wed, 23 Aug 2017 11:41:01 -0400 + -- Joey Hess <id@joeyh.name> Wed, 23 Aug 2017 12:15:31 -0400 propellor (4.7.6) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index cf6739de..0fac1565 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 4.7.6 +Version: 4.7.7 Cabal-Version: >= 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
