Skip to content

Commit e0f3cab

Browse files
sowicmsowicm
authored andcommitted
Merge commit '4e5bc06b4267520dfa603539fb30c24b5fac9eca'
Conflicts: CMakeLists.txt Runtime/Info.plist
2 parents 8b6d96e + 4e5bc06 commit e0f3cab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

InnoSetup/codelite64_mingw.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
AppName=CodeLite
66
AppVerName=CodeLite
77
AppPublisher=Eran Ifrah
8-
AppVersion=9.0.9
8+
AppVersion=9.1.0
99
AppPublisherURL=http://codelite.org
1010
AppSupportURL=http://codelite.org
1111
AppUpdatesURL=http://codelite.org
1212
DefaultDirName={pf64}\CodeLite
1313
DefaultGroupName=CodeLite
1414
LicenseFile=license.txt
1515
OutputDir=output
16-
OutputBaseFilename=codelite-amd64-9.0.9
16+
OutputBaseFilename=codelite-amd64-9.1.0
1717
ChangesEnvironment=yes
1818
FlatComponentsList=yes
1919
SetupIconFile=box_software.ico

InnoSetup/codelite_mingw.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
AppName=CodeLite
66
AppVerName=CodeLite
77
AppPublisher=Eran Ifrah
8-
AppVersion=9.0.9
8+
AppVersion=9.1.0
99
AppPublisherURL=http://codelite.org
1010
AppSupportURL=http://codelite.org
1111
AppUpdatesURL=http://codelite.org
1212
DefaultDirName={pf}\CodeLite
1313
DefaultGroupName=CodeLite
1414
LicenseFile=license.txt
1515
OutputDir=output
16-
OutputBaseFilename=codelite-x86-9.0.9
16+
OutputBaseFilename=codelite-x86-9.1.0
1717
ChangesEnvironment=yes
1818
FlatComponentsList=yes
1919
SetupIconFile=box_software.ico

Interfaces/plugin_version.h

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

2929
// Interface version is calcualted as follows: MAJOR * 1000 + MINOR * 100, e.g. codelite 4.1 => 4100, codelite 5.0 =>
3030
// 5000
31-
#define PLUGIN_INTERFACE_VERSION 9090 // 9.0.9
31+
#define PLUGIN_INTERFACE_VERSION 9100
3232

3333
#endif // PLUGIN_VERSION_H
3434

LiteEditor/autoversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef CODELITE_AUTOVERSION_H
2727
#define CODELITE_AUTOVERSION_H
2828

29-
#define CODELITE_VERSION_STRING "9.0.9"
29+
#define CODELITE_VERSION_STRING "9.1.0"
3030
#define CODELITE_VERSION_NUMBER 909
3131

3232
#endif

0 commit comments

Comments
 (0)