Skip to content

Commit

Permalink
Updated CodeLite version to 12.0.0
Browse files Browse the repository at this point in the history
Updated splashscreen to 2018
  • Loading branch information
eranif committed Feb 15, 2018
1 parent 04a14c9 commit 1b6fde7
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ if ( MAKE_DEB )
endif()
set(CPACK_GENERATOR "DEB")
set(CPACK_PACKAGE_NAME "CodeLite")
set(CPACK_PACKAGE_VERSION "11.0.8-${GTKNAME}")
set(CPACK_PACKAGE_VERSION "12.0.0-${GTKNAME}")
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=11.0.8
AppVersion=12.0.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-11.0.8
OutputBaseFilename=codelite-amd64-12.0.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=11.0.8
AppVersion=12.0.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-11.0.8
OutputBaseFilename=codelite-x86-12.0.0
ChangesEnvironment=yes
FlatComponentsList=yes
SetupIconFile=box_software.ico
Expand Down
2 changes: 1 addition & 1 deletion LiteEditor/autoversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
#ifndef CODELITE_AUTOVERSION_H
#define CODELITE_AUTOVERSION_H

#define CODELITE_VERSION_STRING "11.0.8"
#define CODELITE_VERSION_STRING "12.0.0"

#endif
12 changes: 6 additions & 6 deletions LiteEditor/code_parser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ aaaaa ICON "res/codelite-logo.ico"
///////////////////////////////////////////////////////////////////////////////
// Version information
VS_VERSION_INFO VERSIONINFO
FILEVERSION 11,0,8,0
PRODUCTVERSION 11,0,8,0
FILEVERSION 12,0,0,0
PRODUCTVERSION 12,0,0,0
FILEFLAGSMASK 0x3fL // VS_FFI_FILEFLAGSMASK
FILEFLAGS 0x0L // final version
FILEOS VOS_NT_WINDOWS32
Expand All @@ -48,17 +48,17 @@ FILESUBTYPE VFT2_UNKNOWN { // not used
VALUE "CompanyName", "Eran Ifrah"
VALUE "Developer", "Eran Ifrah"
VALUE "FileDescription", "CodeLite, an Open Source cross platform C,C++,PHP and Node.js IDE"
VALUE "FileVersion", "11.0.8"
VALUE "FileVersion", "12.0.0"
VALUE "InternalName", "CodeLite"
VALUE "LegalCopyright", "Copyright (C) 2007-2017 Eran Ifrah"
VALUE "LegalCopyright", "Copyright (C) 2007-2018 Eran Ifrah"
VALUE "LegalTrademarks", "All rights reserved."
VALUE "OriginalFilename", "codelite.exe"
VALUE "PrivateBuild", ""
VALUE "ProductName", "CodeLite"
#if WIN64
VALUE "ProductVersion", "11.0.8 (64BIT)"
VALUE "ProductVersion", "12.0.0 (64BIT)"
#else
VALUE "ProductVersion", "11.0.8 (32BIT)"
VALUE "ProductVersion", "12.0.0 (32BIT)"
#endif
VALUE "SpecialBuild", ""
VALUE "Support", "https://forums.codelite.org"
Expand Down
6 changes: 3 additions & 3 deletions Runtime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>CodeLite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>11.0.8</string>
<string>12.0.0</string>
<key>CFBundleName</key>
<string>CodeLite</string>
<key>CFBundleIconFile</key>
Expand All @@ -18,9 +18,9 @@
<key>CFBundleIdentifier</key>
<string>com.eranif.CodeLite</string>
<key>CFBundleVersion</key>
<string>CodeLite IDE version 11.0.8</string>
<string>CodeLite IDE version 12.0.0</string>
<key>CFBundleShortVersionString</key>
<string>CodeLite IDE version 11.0.8</string>
<string>CodeLite IDE version 12.0.0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleDocumentTypes</key>
Expand Down
Binary file modified Runtime/images/splashscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Runtime/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/cl-splash.xcf
Binary file not shown.

0 comments on commit 1b6fde7

Please sign in to comment.