Skip to content

Commit

Permalink
version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 22, 2024
1 parent e3ee07a commit 7fd4474
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.12
pkgver=0.13
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-2023 Biswapriyo Nath.
* Copyright (C) 2019-2024 Biswapriyo Nath.
*/

#ifndef COMMON_HPP
#define COMMON_HPP

#define WSLBRIDGE2_VERSION v0.12
#define WSLBRIDGE2_VERSION v0.13

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

0 comments on commit 7fd4474

Please sign in to comment.