Skip to content

Commit

Permalink
version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 8, 2022
1 parent 460b112 commit df61a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=wslbridge2
pkgver=0.9
pkgver=0.10
pkgrel=1
pkgdesc="Bridge WSL with Windows terminal emulators"
arch=('i686' 'x86_64')
Expand All @@ -8,7 +8,7 @@ makedepends=('gcc' 'make')
url='https://github.com/Biswa96/wslbridge2'
source=(https://github.com/Biswa96/wslbridge2/archive/refs/tags/v${pkgver}.tar.gz
wslbridge2-backend)
sha256sums=('3614de12350bc9c6c4f3bcceb0d676d5d993c646a924070514224e8f8b39fe67'
sha256sums=('SKIP'
'SKIP')

build() {
Expand Down
6 changes: 3 additions & 3 deletions src/common.hpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
/*
* This file is part of wslbridge2 project.
* Licensed under the terms of the GNU General Public License v3 or later.
* Copyright (C) 2019-2021 Biswapriyo Nath.
* Copyright (C) 2019-2022 Biswapriyo Nath.
*/

#ifndef COMMON_HPP
#define COMMON_HPP

#define WSLBRIDGE2_VERSION v0.9
#define WSLBRIDGE2_VERSION v0.10

#define XSTRINGIFY(x) #x
#define STRINGIFY(x) XSTRINGIFY(x)
Expand Down

0 comments on commit df61a3d

Please sign in to comment.