civodul pushed a commit to branch master
in repository shepherd.
commit b4fe533c9e98974c82a4a0f41533437584cecb11
Author: Ludovic Courtès <[email protected]>
Date: Mon Jan 11 22:19:38 2016 +0100
build: Change package name to "GNU Shepherd".
* configure.ac: Change name to "GNU Shepherd". Bump version to 0.3.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 03af690..7076b39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to procude a configure
script.
AC_PREREQ(2.69)
dnl Initialization
-AC_INIT([GNU dmd], [0.2], [[email protected]])
+AC_INIT([GNU Shepherd], [0.3], [[email protected]])
AC_CONFIG_SRCDIR([modules/dmd.scm])
AC_CONFIG_AUX_DIR([build-aux])