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 Mar 22, 2024
1 parent eca6cff commit 2bae3c8
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.8"
#define AG_DNSLIBS_VERSION "2.5.9"
2 changes: 2 additions & 0 deletions conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,5 @@ commit_hash:
hash: "09311e8a03443e0e30189c63c250309546ec073b"
"2.5.8":
hash: "9abf1723d6c797348982f46927152c924c62f68e"
"2.5.9":
hash: "eca6cfff4f032ffd3d8e5c27a4c308dc3614a850"
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: '2.5.8', code: 539]
version = [name: '2.5.9', code: 540]

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.8
VERSION 2.5.9
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,8,0
PRODUCTVERSION 2,5,8,0
FILEVERSION 2,5,9,0
PRODUCTVERSION 2,5,9,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.8"
VALUE "ProductVersion", "2.5.9"
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.8")]
[assembly: AssemblyFileVersion("2.5.8")]
[assembly: AssemblyVersion("2.5.9")]
[assembly: AssemblyFileVersion("2.5.9")]

0 comments on commit 2bae3c8

Please sign in to comment.