Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 000d937

Browse files
committed
3.0.22.0 release build
1 parent 9c2c234 commit 000d937

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "SuiteCRM Outlook Add-in"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.21.46
41+
PROJECT_NUMBER = 3.0.22.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### What's in this repository
44

5-
SuiteCRM Outlook Plug-In v 3.0.21.46
5+
SuiteCRM Outlook Plug-In v 3.0.22.0
66

77
This repository has been created to allow community members to collaborate and contribute to the project.
88

SuiteCRMAddIn/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.0.21.46")]
36+
[assembly: AssemblyVersion("3.0.22.0")]
3737
[assembly: AssemblyFileVersion("3.0.1")]
3838

SuiteCRMAddInWixSetup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Id="A784C437-58CF-4495-BE4A-F77657600001"
55
Name="SuiteCRMAddIn"
66
Language="1033"
7-
Version="3.0.21.46"
7+
Version="3.0.22.0"
88
Manufacturer="SalesAgility"
99
UpgradeCode="F50E9CEB-D641-4FC6-8E16-483505C3455A">
1010

SuiteCRMClient/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.0.21.46")]
34+
[assembly: AssemblyVersion("3.0.22.0")]
3535
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)