[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] remove version.sh
From: |
william hubbs |
Subject: |
[PATCH] remove version.sh |
Date: |
Fri, 10 Sep 2010 12:48:03 -0500 |
From: William Hubbs <address@hidden>
To: address@hidden
Since the software version is now defined in configure.ac, version.sh is
no longer necessary.
---
Makefile.am | 2 +-
configure.ac | 2 +-
version.sh | 5 -----
3 files changed, 2 insertions(+), 7 deletions(-)
delete mode 100644 version.sh
diff --git a/Makefile.am b/Makefile.am
index 0dd9fa8..822e876 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@
SUBDIRS= src config doc po
-EXTRA_DIST= intl build.sh version.sh
+EXTRA_DIST= intl build.sh
MAINTAINERCLEANFILES=configure
diff --git a/configure.ac b/configure.ac
index 3f0ea5d..129fa49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([speech-dispatcher], [0.7], [speechd at lists.freebsoft.org])
+AC_INIT([speech-dispatcher], [0.7.1-beta1], [speechd at lists.freebsoft.org])
diff --git a/version.sh b/version.sh
deleted file mode 100644
index d173467..0000000
--- a/version.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# Central version definition
-# don't put any spaces around the version-number
-# (look at the top of configure.in to see why)
-# if you change just rerun configure, no need to run autogen.sh
-VERSION=0.7.1-Beta1
--
1.7.2.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] remove version.sh,
william hubbs <=