Skip to content

Commit

Permalink
Setting version back 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Jan 29, 2016
1 parent 711ee61 commit 4e5bc06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "C/C++/PHP and Node.js IDE (Integrated Development Environment)")
set(CPACK_DEBIAN_PACKAGE_SECTION "devel")
Expand Down
4 changes: 2 additions & 2 deletions InnoSetup/codelite64_mingw.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
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
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
Expand Down
4 changes: 2 additions & 2 deletions InnoSetup/codelite_mingw.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
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
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
Expand Down
2 changes: 1 addition & 1 deletion Interfaces/plugin_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion LiteEditor/autoversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions Runtime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<key>CFBundleExecutable</key>
<string>codelite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>8.1</string>
<string>9.1</string>
<key>CFBundleName</key>
<string>CodeLite</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>CodeLite IDE version 8.1</string>
<string>CodeLite IDE version 9.1</string>
<key>CFBundleShortVersionString</key>
<string>CodeLite IDE version 8.1</string>
<string>CodeLite IDE version 9.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleDocumentTypes</key>
Expand Down

0 comments on commit 4e5bc06

Please sign in to comment.