From 643225ebf6a2785e9a4a7e385836a026d7acd027 Mon Sep 17 00:00:00 2001 From: Hisham Date: Fri, 7 Oct 2016 19:15:25 -0300 Subject: [PATCH] Release 0.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b8457f7..43dfd78 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.2, hisham@gobolinux.org) +AC_INIT(GoboNet, 0.3, hisham@gobolinux.org) AC_CONFIG_SRCDIR([src/gobonet_backend.c]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE