diff --git a/PKGBUILD b/PKGBUILD index 515fe69..6356f43 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/src/common.hpp b/src/common.hpp index b4e0d57..3a6c066 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -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)