Skip to content

Commit

Permalink
[meta] Release Kero Kero 🐸
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Sep 29, 2019
1 parent 2195f2b commit 25758c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ d9vk:
artifacts:
name: "d9vk-${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}"
paths:
- build/dxvk-release
- build/d9vk-release
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
0.22
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v1.4.1', meson_version : '>= 0.46')
project('dxvk', ['c', 'cpp'], version : '0.22', meson_version : '>= 0.46')

cpu_family = target_machine.cpu_family()

Expand Down
8 changes: 4 additions & 4 deletions package-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fi

DXVK_VERSION="$1"
DXVK_SRC_DIR=`dirname $(readlink -f $0)`
DXVK_BUILD_DIR=$(realpath "$2")"/dxvk-$DXVK_VERSION"
DXVK_ARCHIVE_PATH=$(realpath "$2")"/dxvk-$DXVK_VERSION.tar.gz"
DXVK_BUILD_DIR=$(realpath "$2")"/d9vk-$DXVK_VERSION"
DXVK_ARCHIVE_PATH=$(realpath "$2")"/d9vk-$DXVK_VERSION.tar.gz"

if [ -e "$DXVK_BUILD_DIR" ]; then
echo "Build directory $DXVK_BUILD_DIR already exists"
Expand Down Expand Up @@ -81,8 +81,8 @@ function build_script {

function package {
cd "$DXVK_BUILD_DIR/.."
tar -czf "$DXVK_ARCHIVE_PATH" "dxvk-$DXVK_VERSION"
rm -R "dxvk-$DXVK_VERSION"
tar -czf "$DXVK_ARCHIVE_PATH" "d9vk-$DXVK_VERSION"
rm -R "d9vk-$DXVK_VERSION"
}

build_arch 64
Expand Down
2 changes: 1 addition & 1 deletion version.h.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define DXVK_VERSION "@VCS_TAG@"
#define DXVK_VERSION "d9vk-@VCS_TAG@-kerokero"

0 comments on commit 25758c4

Please sign in to comment.