Skip to content

Commit

Permalink
2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sas committed Jun 26, 2018
1 parent 0dff636 commit fc16e76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
targetSdkVersion 25
minSdkVersion 14
versionCode 1
versionName "2.18.0"
versionName "2.19.0"
ndk {
abiFilters 'armeabi-v7a'
//abiFilters 'x86'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.18.{build}
version: 2.19.{build}
pull_requests:
do_not_increment_build_number: true
branches:
Expand Down
4 changes: 2 additions & 2 deletions contrib/rpm/i2pd-git.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define git_hash %(git rev-parse HEAD | cut -c -7)

Name: i2pd-git
Version: 2.18.0
Version: 2.19.0
Release: git%{git_hash}%{?dist}
Summary: I2P router written in C++
Conflicts: i2pd
Expand Down Expand Up @@ -99,4 +99,4 @@ getent passwd i2pd >/dev/null || \

%changelog
* Thu Feb 01 2018 r4sas <[email protected]> - 2.18.0
- Initial i2pd-git based on i2pd 2.18.0-1 spec
- Initial i2pd-git based on i2pd 2.18.0-1 spec
4 changes: 2 additions & 2 deletions contrib/rpm/i2pd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: i2pd
Version: 2.18.0
Release: 2%{?dist}
Version: 2.19.0
Release: 1%{?dist}
Summary: I2P router written in C++
Conflicts: i2pd-git

Expand Down

0 comments on commit fc16e76

Please sign in to comment.