pmt: initial 2.9.6 release [source]

This commit is contained in:
2024-10-26 11:03:52 +03:00
parent ce7fcae4a4
commit 638062c42f
43 changed files with 672 additions and 10601 deletions

View File

@@ -14,7 +14,7 @@
.\" See the License for the specific language governing permissions and
.\" limitations under the License.
.\"
.TH "PMT" "8" "September 2024" "PMT 2.9.0" "Partition Manager"
.TH "PMT" "8" "October 2024" "PMT 2.9.6" "Partition Manager"
.SH NAME
.B pmt
\- Android Partition Manager Tool

View File

@@ -1,5 +1,5 @@
export PMT_VERSION="2.9.1"
export PMT_VERSION_CODE=291
export PMT_VERSION="2.9.6"
export PMT_VERSION_CODE=296
export NDK_VERSION="r27"
export NDK_IS="android-ndk"
export NDK_LINK="https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux.zip"