Skip to content

Commit

Permalink
The version is now 0.990032.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Dec 2, 2024
1 parent 682ffed commit 74fd4a5
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.990031";
our $VERSION = "0.990032";

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.990031
#define SPVM_NATIVE_VERSION_NUMBER 0.990032

#define SPVM_NATIVE_CREATE_VERSION_STRING_STRINGIFY(x) #x

Expand Down

0 comments on commit 74fd4a5

Please sign in to comment.