Skip to content

Commit

Permalink
Prepare to build installer 2.4.0 (commit fbe3531829 / date 20140811).
Browse files Browse the repository at this point in the history
  • Loading branch information
tabad committed Aug 24, 2014
1 parent 3c5cabd commit 8a170c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NSIS/FusionInventory-Agent.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SetCompressor /FINAL /SOLID lzma
!define STRAWBERRY_RELEASE "5.18.2.2"

; Release of FusionInventory Agent and FusionInventory Agent Tasks
!define FIA_RELEASE "63fb2a61c2"
!define FIA_RELEASE "fbe3531829"

; Release of the product
; Note: The 'product' is the installer generated
Expand Down Expand Up @@ -190,7 +190,7 @@ SetCompressor /FINAL /SOLID lzma
;
; If PRODUCT_VERSION is a commit then
; define the following symbols as '0.0.0.0'
!define FILE_VERSION "2.3.10.9901"
!define FILE_VERSION "2.3.10.9902"

; Bitmaps for stable releases
; Bitmaps for candidate releases
Expand All @@ -200,7 +200,7 @@ SetCompressor /FINAL /SOLID lzma
!define MUI_UNWELCOMEFINISHPAGE_BITMAP_FILE "${FIAI_DIR}\Contrib\Skins\Default\WelcomeMUI2CandidateVersion.bmp"
!else
; Product version for development releases
!define PRODUCT_VERSION "20140801-dev"
!define PRODUCT_VERSION "20140811-dev"

; File version
; for Windows Version Information
Expand Down
2 changes: 1 addition & 1 deletion Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare -r strawberry_pepfia_url='https://sourceforge.net/projects/fiawi/files/s

declare -i -r maximum_commit_length=10

declare +r fusinv_agent_commit='63fb2a61c2'
declare +r fusinv_agent_commit='fbe3531829'
declare -r fusinv_agent_mod_name='FusionInventory-Agent'
declare -r fusinv_agent_repository='https://github.com/fusinv/fusioninventory-agent.git'
declare -r fusinv_agent_mod_dependences='Archive::Extract Compress::Zlib Crypt::DES Digest::MD5 Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon IO::Socket::SSL JSON LWP LWP::Protocol::https Net::IP Net::NBName Net::Write Net::Write::Layer2 Net::SNMP Parse::EDID POE::Component::Client::Ping Socket::GetAddrInfo Text::Template UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry XML::TreePP'
Expand Down

0 comments on commit 8a170c9

Please sign in to comment.