From 99e43a9dd3798233f3cc2a4bda2eadaa9537780c Mon Sep 17 00:00:00 2001 From: Hisham Date: Wed, 16 Nov 2016 17:13:57 -0200 Subject: [PATCH] Prepare release 0.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5cc555b..d407e69 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(GoboNet, 0.4, hisham@gobolinux.org) +AC_INIT(GoboNet, 0.5, hisham@gobolinux.org) AC_CONFIG_SRCDIR([src/gobonet_backend.c]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE