diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-08-30 16:14:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-08-30 16:36:03 +0200 |
| commit | 7d491f3ea4078debb1130906a5ff9c20f7872153 (patch) | |
| tree | 59104e590665a25f0d67c6dfa7d4ff431229236d | |
| parent | 11401f397b0b70d6ff804fa565b6880de1f7ab27 (diff) | |
| download | mullvadvpn-7d491f3ea4078debb1130906a5ff9c20f7872153.tar.xz mullvadvpn-7d491f3ea4078debb1130906a5ff9c20f7872153.zip | |
Updating version in package files
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | android/build.gradle | 4 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 8 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index a539592266..629dbcf4f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,7 +2286,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "0.1.0" +version = "2019.7.0" dependencies = [ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/android/build.gradle b/android/build.gradle index a8a66faa7d..b090f2502e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 19 targetSdkVersion 28 - versionCode 1 - versionName "2019.6" + versionCode 19070099 + versionName "2019.7" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index aee870e38a..2d21c6c30c 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ -#define MAJOR_VERSION 1 -#define MINOR_VERSION 2 -#define PATCH_VERSION 3 -#define PRODUCT_VERSION "1.2.3-internal" +#define MAJOR_VERSION 2019 +#define MINOR_VERSION 7 +#define PATCH_VERSION 0 +#define PRODUCT_VERSION "2019.7" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index 439d10131e..c3a0da7aa0 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "0.1.0" +version = "2019.7.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
