diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-05 20:00:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-05 20:00:50 (EDT) |
commit | 443c9257edad2585aefe1e960b0c629a4f26cc35 (patch) | |
tree | 37892a50b22785b5d66db2595ef465aaebde4c84 | |
parent | 5fb39e62c1eef6890cf52e86d6dc9989fa5251a2 (diff) |
NEWS, configure.ac: Set version to 1.0.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]) |