From 443c9257edad2585aefe1e960b0c629a4f26cc35 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Wed, 05 Aug 2020 20:00:50 -0400
Subject: NEWS, configure.ac: Set version to 1.0.0

---
diff --git a/NEWS b/NEWS
index 3bdae49..bd122a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Unofficial wolfSSL Utility version 0.1.0
+Unofficial wolfSSL Utility version 1.0.0
 ----------------------------------------
 
 Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index 7bc0515..f118f3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with wolfutil.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Unofficial wolfSSL Utility], [0.1.0],
+AC_INIT([Unofficial wolfSSL Utility], [1.0.0],
 	[mailto:patrick.mcdermott@libiquity.com], [wolfutil])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
--
cgit v0.9.1