Skip to content

Commit fea0d3d

Browse files
committed
update version number to v11
For the long awaited v11 release. Signed-off-by: Mark Ryan <[email protected]>
1 parent 3a03dce commit fea0d3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/state_base.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*/
15+
*/
1616

1717
#ifndef SPECASM_STATE_READ_H
1818
#define SPECASM_STATE_READ_H
1919

2020
#ifdef SPECASM_TARGET_NEXT_OPCODES
21-
#define SPECASM_VERSION 0x800a
22-
#define SPECASM_VERSION_STR "v10n"
21+
#define SPECASM_VERSION 0x800b
22+
#define SPECASM_VERSION_STR "v11n"
2323
#else
24-
#define SPECASM_VERSION 10
25-
#define SPECASM_VERSION_STR "v10"
24+
#define SPECASM_VERSION 11
25+
#define SPECASM_VERSION_STR "v11"
2626
#endif
2727

2828
#include <stdint.h>

0 commit comments

Comments
 (0)