From f5d87954bd9e13689481700105efe2f42199d364 Mon Sep 17 00:00:00 2001 From: Christophe Blaess Date: Sat, 10 Jul 2021 19:29:02 +0200 Subject: [PATCH] [RELEASE] 1.0.0. --- README.md | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc542f..aa219f6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This package contains some simple command line tools to help using Linux spidev devices. +Version 1.0.0 + ## Content ### `spi-config` diff --git a/configure.ac b/configure.ac index 2fb4b70..fd5df3a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT(spi-tools, 0.8.7, Christophe Blaess) +AC_INIT(spi-tools, 1.0.0, Christophe Blaess) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE([disable])