Skip to content

Commit 1f510cc

Browse files
committed
v bump 1.1.23.150604
URL updates to github
1 parent 0df8565 commit 1f510cc

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

addons/main/script_mod.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!)
44
#define MAJOR 1
55
#define MINOR 1
6-
#define PATCHLVL 22
7-
#define BUILD 150602
6+
#define PATCHLVL 23
7+
#define BUILD 150604
88
//We will use the DATE for the BUILD# in the format YYMMDD - VM
99

1010
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD

addons/xeh/$PBOPREFIX$.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
x\cba\addons\xeh
22
prefix=x\cba\addons\xeh
33
product=Arma 3
4-
version=020
4+
version=021
55
Pbo Type is: Arma

addons/xeh_a3/$PBOPREFIX$.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
x\cba\addons\xeh_a3
22
prefix=x\cba\addons\xeh_a3
33
product=Arma 3
4-
version=022
4+
version=023
55
Pbo Type is: Arma

mod.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name = "Community Base Addons v1.1.22";
1+
name = "Community Base Addons v1.1.23";
22
picture = "logo_cba_ca.paa";
33
actionName = "Website";
44
action = "http://dev.withsix.com/projects/cba-a3";
5-
description = "Bugtracker: http://dev.withsix.com/projects/cca<br />Documentation: http://dev.withsix.com/projects/cba-a3";
5+
description = "Bugtracker: https://github.com/CBATeam/CBA_A3/issues<br />Documentation: http://dev.withsix.com/projects/cba-a3";
66
logo = "logo_cba_ca.paa";
77
logoOver = "logo_cba_ca.paa";
88
tooltip = "Community Base Addons";
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
x\cba\addons\enable_auto_xeh
1+
x\cba\addons\enable_auto_xeh
2+
prefix=x\cba\addons\enable_auto_xeh
3+
product=Arma 3
4+
version=001
5+
Pbo Type is: Arma

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release Candidate 7 Hotfix
1+
Release Candidate 7 Hotfix2
22

33
CBA: Community Base Addons
44
==========================
@@ -31,4 +31,4 @@ For ARMA 3 Content, launch with -mod=@CBA_A3
3131

3232

3333
*** Change Log ***
34-
CBA_A3_RC7 Hotfix - https://github.com/CBATeam/CBA_A3/milestones/CBA_A3_RC7%20Hotfix
34+
CBA_A3_RC7 Hotfix - https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A%22CBA_A3_RC7+Hotfix2%22+is%3Aclosed

0 commit comments

Comments
 (0)