From 53ba45f03267fa94277b165a03bce86d2e411917 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Sat, 18 Feb 2012 16:26:14 -0800 Subject: [PATCH] version bump --- LICENSE | 1 + Makefile | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3acb8a4..cf8cb59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without diff --git a/Makefile b/Makefile index 7be898a..b39dc1c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROGRAM_NAME = scythe -VERSION = 0.98 +VERSION = 0.981 CC = gcc CFLAGS = -Wall -pedantic -DVERSION=$(VERSION) -std=gnu99 DEBUG = -g diff --git a/README.md b/README.md index 9109393..9a5a3db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Scythe - A very simple adapter trimmer (version 0.98 BETA) +# Scythe - A very simple adapter trimmer (version 0.981 BETA) Contact: Vince Buffalo (with the poly-A tail removed) -Copyright (c) 2011 The Regents of University of California, Davis Campus. +Copyright (c) Vince Buffalo, 2011-2012 ## About