[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/05: build: Change package name to "GNU Shepherd".
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/05: build: Change package name to "GNU Shepherd". |
Date: |
Mon, 11 Jan 2016 23:14:17 +0000 |
civodul pushed a commit to branch master
in repository shepherd.
commit b4fe533c9e98974c82a4a0f41533437584cecb11
Author: Ludovic Courtès <address@hidden>
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], address@hidden)
+AC_INIT([GNU Shepherd], [0.3], address@hidden)
AC_CONFIG_SRCDIR([modules/dmd.scm])
AC_CONFIG_AUX_DIR([build-aux])