We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be34b0a + 0c001e8 commit 969f0edCopy full SHA for 969f0ed
ChangeLog.md
@@ -0,0 +1,3 @@
1
+# wolfEngine Release 0.9.0 (November 12, 2021)
2
+
3
+This is the first official release of wolfEngine. Please refer to README.md for more information.
configure.ac
@@ -5,7 +5,7 @@
5
6
AC_COPYRIGHT([Copyright (C) 2019-2021 wolfSSL Inc.])
7
AC_PREREQ([2.69])
8
-AC_INIT([wolfengine], [1.0.0])
+AC_INIT([wolfengine], [0.9.0])
9
AC_CONFIG_AUX_DIR([build-aux])
10
11
AC_CONFIG_HEADERS([include/config.h])
0 commit comments