Date: Mon, 24 Aug 2015 12:39:29 GMT From: roam@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r290151 - in soc2015/roam: . ayiya_listen ayiya_resp Message-ID: <201508241239.t7OCdTNo014182@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: roam Date: Mon Aug 24 12:39:29 2015 New Revision: 290151 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=290151 Log: Prepare for the release of ng_ayiya-0.1.0. Forgotten by: roam (myself) before the end of GSoC ObQuote: "Hellhound unchained" Modified: soc2015/roam/Makefile soc2015/roam/ayiya_listen/main.c soc2015/roam/ayiya_resp/main.c Modified: soc2015/roam/Makefile ============================================================================== --- soc2015/roam/Makefile Mon Aug 24 10:55:54 2015 (r290150) +++ soc2015/roam/Makefile Mon Aug 24 12:39:29 2015 (r290151) @@ -27,7 +27,7 @@ .include <bsd.subdir.mk> NAME= ng_ayiya -VERSION= 0.1.0.dev225 +VERSION= 0.1.0 DISTNAME= ${NAME}-${VERSION} DISTDIR= ${DISTNAME} Modified: soc2015/roam/ayiya_listen/main.c ============================================================================== --- soc2015/roam/ayiya_listen/main.c Mon Aug 24 10:55:54 2015 (r290150) +++ soc2015/roam/ayiya_listen/main.c Mon Aug 24 12:39:29 2015 (r290151) @@ -266,7 +266,7 @@ void version(void) { - puts("ayiya_listen 0.1.0.dev225"); + puts("ayiya_listen 0.1.0"); } void Modified: soc2015/roam/ayiya_resp/main.c ============================================================================== --- soc2015/roam/ayiya_resp/main.c Mon Aug 24 10:55:54 2015 (r290150) +++ soc2015/roam/ayiya_resp/main.c Mon Aug 24 12:39:29 2015 (r290151) @@ -209,7 +209,7 @@ void version(void) { - puts("ayiya_resp 0.1.0.dev178"); + puts("ayiya_resp 0.1.0"); } void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508241239.t7OCdTNo014182>