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 Dec 1, 2023
1 parent 59ae610 commit e0b946b
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.4.18"
#define AG_DNSLIBS_VERSION "2.4.19"
2 changes: 2 additions & 0 deletions conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,5 @@ commit_hash:
hash: "a4556f5d0acbedafb628c86b3b5c8ea4e07c0927"
"2.4.18":
hash: "07e57b564b1e2f59f3d2093561dad63a19dec50f"
"2.4.19":
hash: "59ae61041ea24bcb967bde53f4d5f7cebee556e8"
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.4.18', code: 495]
version = [name: '2.4.19', code: 496]

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 @@ -68,7 +68,7 @@ set_property(TARGET AGDnsProxy PROPERTY POSITION_INDEPENDENT_CODE ON)
set_target_properties(AGDnsProxy PROPERTIES
FRAMEWORK TRUE
FRAMEWORK_VERSION A
VERSION 2.4.18
VERSION 2.4.19
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,4,18,0
PRODUCTVERSION 2,4,18,0
FILEVERSION 2,4,19,0
PRODUCTVERSION 2,4,19,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.4.18"
VALUE "ProductVersion", "2.4.19"
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-2023")]
[assembly: AssemblyTrademark("Copyright © Adguard Software Ltd 2023")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.4.18")]
[assembly: AssemblyFileVersion("2.4.18")]
[assembly: AssemblyVersion("2.4.19")]
[assembly: AssemblyFileVersion("2.4.19")]

0 comments on commit e0b946b

Please sign in to comment.