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.
1 parent 3a03dce commit fea0d3dCopy full SHA for fea0d3d
src/state_base.h
@@ -12,17 +12,17 @@
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
-*/
+ */
16
17
#ifndef SPECASM_STATE_READ_H
18
#define SPECASM_STATE_READ_H
19
20
#ifdef SPECASM_TARGET_NEXT_OPCODES
21
-#define SPECASM_VERSION 0x800a
22
-#define SPECASM_VERSION_STR "v10n"
+#define SPECASM_VERSION 0x800b
+#define SPECASM_VERSION_STR "v11n"
23
#else
24
-#define SPECASM_VERSION 10
25
-#define SPECASM_VERSION_STR "v10"
+#define SPECASM_VERSION 11
+#define SPECASM_VERSION_STR "v11"
26
#endif
27
28
#include <stdint.h>
0 commit comments