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 Jan 28, 2025
1 parent 1043d87 commit f3522d2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/include/dns/common/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma once
#define AG_DNSLIBS_VERSION "2.5.58"
#define AG_DNSLIBS_VERSION "2.5.59"
2 changes: 2 additions & 0 deletions conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,5 @@ commit_hash:
hash: "f044b443436509f80b115eb602df47075f058a4f"
"2.5.58":
hash: "c58fa55b11e79df20232e8f8ff06947d743b0da1"
"2.5.59":
hash: "1043d874370b4427bbfd6ff7a22cd8bc831773e6"
2 changes: 1 addition & 1 deletion platform/android/dnsproxy/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
alias(libs.plugins.android.library)
}

version = [name: '2.5.58', code: 589]
version = [name: '2.5.59', code: 590]

android {
namespace 'com.adguard.dnslibs'
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 @@ -69,7 +69,7 @@ set_property(TARGET AGDnsProxy PROPERTY POSITION_INDEPENDENT_CODE ON)
set_target_properties(AGDnsProxy PROPERTIES
FRAMEWORK TRUE
FRAMEWORK_VERSION A
VERSION 2.5.58
VERSION 2.5.59
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 2,5,58,0
PRODUCTVERSION 2,5,58,0
FILEVERSION 2,5,59,0
PRODUCTVERSION 2,5,59,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,7 +19,7 @@ BEGIN
VALUE "LegalCopyright", "(C) 2009-2023 Adguard Software Ltd"
VALUE "CompanyName", "Adguard Software Ltd"
VALUE "ProductName", "Adguard DNS for Windows"
VALUE "ProductVersion", "2.5.58"
VALUE "ProductVersion", "2.5.59"
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 @@ -12,5 +12,5 @@
[assembly: AssemblyCopyright("Copyright © Adguard Software Ltd 2009-2024")]
[assembly: AssemblyTrademark("Copyright © Adguard Software Ltd 2024")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.5.58")]
[assembly: AssemblyFileVersion("2.5.58")]
[assembly: AssemblyVersion("2.5.59")]
[assembly: AssemblyFileVersion("2.5.59")]

0 comments on commit f3522d2

Please sign in to comment.