diff --git a/CMakeLists.txt b/CMakeLists.txt index bafa20de1c..7680576c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,7 +387,7 @@ if ( MAKE_DEB ) set(CPACK_GENERATOR "DEB") set(CPACK_PACKAGE_NAME "CodeLite") - set(CPACK_PACKAGE_VERSION "9.0.9") + set(CPACK_PACKAGE_VERSION "9.1.0") set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Eran Ifrah ") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "C/C++/PHP and Node.js IDE (Integrated Development Environment)") set(CPACK_DEBIAN_PACKAGE_SECTION "devel") diff --git a/InnoSetup/codelite64_mingw.iss b/InnoSetup/codelite64_mingw.iss index 269210b9f4..bc083b95a0 100644 --- a/InnoSetup/codelite64_mingw.iss +++ b/InnoSetup/codelite64_mingw.iss @@ -5,7 +5,7 @@ AppName=CodeLite AppVerName=CodeLite AppPublisher=Eran Ifrah -AppVersion=9.0.9 +AppVersion=9.1.0 AppPublisherURL=http://codelite.org AppSupportURL=http://codelite.org AppUpdatesURL=http://codelite.org @@ -13,7 +13,7 @@ DefaultDirName={pf64}\CodeLite DefaultGroupName=CodeLite LicenseFile=license.txt OutputDir=output -OutputBaseFilename=codelite-amd64-9.0.9 +OutputBaseFilename=codelite-amd64-9.1.0 ChangesEnvironment=yes FlatComponentsList=yes SetupIconFile=box_software.ico diff --git a/InnoSetup/codelite_mingw.iss b/InnoSetup/codelite_mingw.iss index 8c8a688048..10b7068d2d 100644 --- a/InnoSetup/codelite_mingw.iss +++ b/InnoSetup/codelite_mingw.iss @@ -5,7 +5,7 @@ AppName=CodeLite AppVerName=CodeLite AppPublisher=Eran Ifrah -AppVersion=9.0.9 +AppVersion=9.1.0 AppPublisherURL=http://codelite.org AppSupportURL=http://codelite.org AppUpdatesURL=http://codelite.org @@ -13,7 +13,7 @@ DefaultDirName={pf}\CodeLite DefaultGroupName=CodeLite LicenseFile=license.txt OutputDir=output -OutputBaseFilename=codelite-x86-9.0.9 +OutputBaseFilename=codelite-x86-9.1.0 ChangesEnvironment=yes FlatComponentsList=yes SetupIconFile=box_software.ico diff --git a/Interfaces/plugin_version.h b/Interfaces/plugin_version.h index feef5794ca..7408575f24 100644 --- a/Interfaces/plugin_version.h +++ b/Interfaces/plugin_version.h @@ -28,7 +28,7 @@ // Interface version is calcualted as follows: MAJOR * 1000 + MINOR * 100, e.g. codelite 4.1 => 4100, codelite 5.0 => // 5000 -#define PLUGIN_INTERFACE_VERSION 9090 // 9.0.9 +#define PLUGIN_INTERFACE_VERSION 9100 #endif // PLUGIN_VERSION_H diff --git a/LiteEditor/autoversion.h b/LiteEditor/autoversion.h index 9652830ce5..6c06a0f989 100644 --- a/LiteEditor/autoversion.h +++ b/LiteEditor/autoversion.h @@ -26,7 +26,7 @@ #ifndef CODELITE_AUTOVERSION_H #define CODELITE_AUTOVERSION_H -#define CODELITE_VERSION_STRING "9.0.9" +#define CODELITE_VERSION_STRING "9.1.0" #define CODELITE_VERSION_NUMBER 909 #endif diff --git a/Runtime/Info.plist b/Runtime/Info.plist index 9b31515aaa..52b3a0b9e3 100644 --- a/Runtime/Info.plist +++ b/Runtime/Info.plist @@ -8,7 +8,7 @@ CFBundleExecutable codelite CFBundleInfoDictionaryVersion - 8.1 + 9.1 CFBundleName CodeLite CFBundleIconFile @@ -16,9 +16,9 @@ CFBundlePackageType APPL CFBundleVersion - CodeLite IDE version 8.1 + CodeLite IDE version 9.1 CFBundleShortVersionString - CodeLite IDE version 8.1 + CodeLite IDE version 9.1 CSResourcesFileMapped CFBundleDocumentTypes