aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 78d2ff2..721a982 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
-GNU Pies NEWS -- history of user-visible changes. 2016-07-16
+GNU Pies NEWS -- history of user-visible changes. 2016-10-01
Copyright (C) 2009-2016 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
-Version 1.2.94 (Git)
+Version 1.3, 2016-10-01
* SysV-style Init
GNU Pies can now be used as init process daemon - the first process
started during booting. The configuration can be supplied both as
a traditional /etc/inittab file or as a native GNU Pies configuration
diff --git a/configure.ac b/configure.ac
index 6ee1084..f6d8d34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([GNU Pies], [1.2.94], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.3], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
# Enable silent rules by default:

Return to:

Send suggestions and report system problems to the System administrator.