socsvn commit: r290151 - in soc2015/roam: . ayiya_listen ayiya_resp

roam at FreeBSD.org roam at FreeBSD.org
Mon Aug 24 12:39:31 UTC 2015


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


More information about the svn-soc-all mailing list