Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 17, 2020
1 parent bfc315b commit 965bccf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v2.3.8

### New features

* [#955](https://github.com/xmake-io/xmake/issues/955): Add zig project templates
Expand Down Expand Up @@ -840,6 +842,8 @@

## master (开发中)

## v2.3.8

### 新特性

* [#955](https://github.com/xmake-io/xmake/issues/955): 添加 Zig 空工程模板
Expand Down
2 changes: 1 addition & 1 deletion core/project.mak
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
PRO_VERSION_MINOR = 3

# the project alter version
PRO_VERSION_ALTER = 7
PRO_VERSION_ALTER = 8

# the project prefix
PRO_PREFIX = XM_
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set_project("xmake")

-- version
set_version("2.3.7", {build = "%Y%m%d%H%M"})
set_version("2.3.8", {build = "%Y%m%d%H%M"})

-- set xmake min version
set_xmakever("2.2.3")
Expand Down
7 changes: 5 additions & 2 deletions scripts/rpmbuild/SPECS/xmake.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define xmake_revision dfdfbb9a2397e0bc7183f579bf43cfa803efddfc
%define xmake_revision bfc315b68cb1ba2cd2a4ee069fd8a265de4f522d
%define tbox_revision f4970bcd0fcc05b09742452a4b3b3d2d1055569d
%define sv_revision 9a3cf7c8e589de4f70378824329882c4a047fffc
%define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798
Expand All @@ -7,7 +7,7 @@
%undefine _disable_source_fetch

Name: xmake
Version: 2.3.7
Version: 2.3.8
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua
BuildArch: noarch
Expand Down Expand Up @@ -82,6 +82,9 @@ cp -p LICENSE.md %{buildroot}%{_datadir}
%license %{_datadir}/LICENSE.md

%changelog
* Sun Oct 18 2020 Ruki Wang <waruqi@gmail.com> - 2.3.8-1
- v2.3.8 released

* Mon Sep 14 2020 Ruki Wang <waruqi@gmail.com> - 2.3.7-1
- Initial Commit

0 comments on commit 965bccf

Please sign in to comment.