Skip to content

Commit

Permalink
Bump version to 0.13.0-alpha
Browse files Browse the repository at this point in the history
開発中のバージョンであることを明らかにするためalpha版に更新します。

関連のissue:
#1411
  • Loading branch information
ma8ma committed Jul 13, 2024
1 parent 15db3a9 commit 2d1fafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# - 生成された実行ファイルの場所は builddir/src/jdim

project('jdim', 'cpp',
version : '0.12.0',
version : '0.13.0-alpha',
license : 'GPL2',
meson_version : '>= 0.53.0',
default_options : ['warning_level=3', 'cpp_std=c++17'])
Expand Down
6 changes: 3 additions & 3 deletions src/jdversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// SEE ALSO: ENVIRONMENT::get_jdversion()

#define MAJORVERSION 0
#define MINORVERSION 12
#define MINORVERSION 13
#define MICROVERSION 0
#define JDDATE_FALLBACK "20240706"
#define JDTAG ""
#define JDDATE_FALLBACK "20240713"
#define JDTAG "alpha"

//---------------------------------

Expand Down

0 comments on commit 2d1fafd

Please sign in to comment.