Skip to content

Commit

Permalink
The version is now 0.990036.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Jan 7, 2025
1 parent 29eb821 commit 8b0163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/SPVM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use SPVM::Global;

our $VERSION = "0.990035";
our $VERSION = "0.990036";

require XSLoader;
XSLoader::load('SPVM', $VERSION);
Expand Down
2 changes: 1 addition & 1 deletion lib/SPVM/Builder/include/spvm_version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SPVM_VERSION_H
#define SPVM_VERSION_H

#define SPVM_NATIVE_VERSION_NUMBER 0.990035
#define SPVM_NATIVE_VERSION_NUMBER 0.990036

#define SPVM_NATIVE_CREATE_VERSION_STRING_STRINGIFY(x) #x

Expand Down

0 comments on commit 8b0163b

Please sign in to comment.