Skip to content

Commit

Permalink
version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 22, 2023
1 parent 48c216b commit 1770edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=wslbridge2
pkgver=0.10
pkgver=0.12
pkgrel=1
pkgdesc="Bridge WSL with Windows terminal emulators"
arch=('i686' 'x86_64')
Expand Down
4 changes: 2 additions & 2 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-2022 Biswapriyo Nath.
* Copyright (C) 2019-2023 Biswapriyo Nath.
*/

#ifndef COMMON_HPP
#define COMMON_HPP

#define WSLBRIDGE2_VERSION v0.10
#define WSLBRIDGE2_VERSION v0.12

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

0 comments on commit 1770edd

Please sign in to comment.