From e2251957f5170de2a520bfa003d19fe93a27456c Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 4 Feb 2022 19:02:33 +0800 Subject: [PATCH] 0.9.6 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b08d726..7e57fdf 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ # News -## 0.9.6-dev - Unreleased +## 0.9.6 - 2021-02-04 * Requires OpenWrt 21.02 or newer * Check button values using GPIO labels instead of GPIO numbers * Fixed support for (#18): diff --git a/configure.ac b/configure.ac index ede4518..c566068 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([slide-switch], [0.9.6-dev], [https://github.com/jefferyto/openwrt-slide-switch]) +AC_INIT([slide-switch], [0.9.6], [https://github.com/jefferyto/openwrt-slide-switch]) AM_INIT_AUTOMAKE AC_COPYRIGHT([Copyright (C) 2016-2019, 2021 The slide-switch authors])