Skip to content

Commit

Permalink
skipci: Automatic version increment by Bamboo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboo authored and Bamboo committed Jun 24, 2022
1 parent d15b1f6 commit 1ce2d08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion platform/android/dnsproxy/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

version = [name: '1.7.31', code: 293]
version = [name: '1.7.32', code: 294]

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion platform/mac/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ set_property(TARGET AGDnsProxy PROPERTY POSITION_INDEPENDENT_CODE ON)
set_target_properties(AGDnsProxy PROPERTIES
FRAMEWORK TRUE
FRAMEWORK_VERSION A
VERSION 1.7.31
VERSION 1.7.32
MACOSX_FRAMEWORK_INFO_PLIST "${INFOPLIST_FILE}"
MACOSX_FRAMEWORK_IDENTIFIER com.adguard.dnsproxy
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "Developer ID Application: Performiks OOO (N33TQXN8C7)"
Expand Down
6 changes: 3 additions & 3 deletions platform/windows/capi/src/ag_dns.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,7,31,0
PRODUCTVERSION 1,7,31,0
FILEVERSION 1,7,32,0
PRODUCTVERSION 1,7,32,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,7 +19,7 @@ BEGIN
VALUE "LegalCopyright", "(C) 2009-2020 Adguard Software Ltd"
VALUE "CompanyName", "Adguard Software Ltd"
VALUE "ProductName", "Adguard DNS for Windows"
VALUE "ProductVersion", "1.7.31"
VALUE "ProductVersion", "1.7.32"
VALUE "OriginalFilename", "AdguardDns.dll"
VALUE "InternalName", "AdguardDns"
END
Expand Down
4 changes: 2 additions & 2 deletions platform/windows/cs/Adguard.Dns/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyCopyright("Copyright © Adguard Software Ltd 2009-2021")]
[assembly: AssemblyTrademark("Copyright © Adguard Software Ltd 2021")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.7.31")]
[assembly: AssemblyFileVersion("1.7.31")]
[assembly: AssemblyVersion("1.7.32")]
[assembly: AssemblyFileVersion("1.7.32")]

0 comments on commit 1ce2d08

Please sign in to comment.