Skip to content

Commit

Permalink
Merge pull request #1 from 19317362/master
Browse files Browse the repository at this point in the history
merge from 2.9.7
  • Loading branch information
19317362 authored Dec 20, 2024
2 parents 11a26d2 + 1b6a5d2 commit 75c7054
Show file tree
Hide file tree
Showing 5 changed files with 8 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.9.7

### New features

* [#5813](https://github.com/xmake-io/xmake/pull/5813): Add `before_config` and `after_config` for rule
Expand Down Expand Up @@ -1918,6 +1920,8 @@

## master (开发中)

## v2.9.7

### 新特性

* [#5813](https://github.com/xmake-io/xmake/pull/5813): 为 rule 添加 `before_config``after_config`
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.9.6", {build = "%Y%m%d"})
set_version("2.9.7", {build = "%Y%m%d"})

-- set xmake min version
set_xmakever("2.8.5")
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set_project "xmake"
set_version "2.9.6" "%Y%m%d"
set_version "2.9.7" "%Y%m%d"

# set warning all
set_warnings "all"
Expand Down
2 changes: 1 addition & 1 deletion scripts/get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param (
)

& {
$LastRelease = "v2.9.6"
$LastRelease = "v2.9.7"
$ErrorActionPreference = 'Stop'

function writeErrorTip($msg) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpmbuild/xmake.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define use_luajit 0

Name: xmake
Version: 2.9.6
Version: 2.9.7
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua

Expand Down

0 comments on commit 75c7054

Please sign in to comment.