Skip to content

Commit

Permalink
Prepare to build the installer for FusionInventory Agent 2.3.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabad committed Mar 18, 2015
1 parent 8cb9569 commit 11d91ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.20.2.1"

; Release of FusionInventory Agent and FusionInventory Agent Tasks
!define FIA_RELEASE "2.3.15"
!define FIA_RELEASE "2.3.16"
!define FIA_TASK_DEPLOY_RELEASE "2.0.4"
!define FIA_TASK_ESX_RELEASE "2.2.1"
!define FIA_TASK_INVENTORY_RELEASE "1.0"
Expand Down Expand Up @@ -158,21 +158,21 @@ SetCompressor /FINAL /SOLID lzma
;
!if "${PRODUCT_RELEASE_TYPE}" == "${RELEASE_TYPE_STABLE}"
; Product version for stable releases
!define PRODUCT_VERSION "2.3.15"
!define PRODUCT_VERSION "2.3.16"

; If PRODUCT_VERSION is a commit then
; define the following symbols as empty string
!define PRODUCT_VERSION_MAJOR "2"
!define PRODUCT_VERSION_MINOR "3"
!define PRODUCT_VERSION_RELEASE "15"
!define PRODUCT_VERSION_RELEASE "16"
!define PRODUCT_VERSION_PATCH "0"

; File version
; for Windows Version Information
;
; If PRODUCT_VERSION is a commit then
; define the following symbols as '0.0.0.0'
!define FILE_VERSION "2.3.15.0"
!define FILE_VERSION "2.3.16.0"

; Bitmaps for stable releases
!define MUI_HEADERIMAGE_BITMAP_FILE "${FIAI_DIR}\Contrib\Skins\Default\HeaderRightMUI2.bmp"
Expand All @@ -182,21 +182,21 @@ SetCompressor /FINAL /SOLID lzma
!else
!if "${PRODUCT_RELEASE_TYPE}" == "${RELEASE_TYPE_CANDIDATE}"
; Product version for candidate releases
!define PRODUCT_VERSION "2.3.15-rc1"
!define PRODUCT_VERSION "2.3.16-rc1"

; If PRODUCT_VERSION is a commit then
; define the following symbols as empty string
!define PRODUCT_VERSION_MAJOR "2"
!define PRODUCT_VERSION_MINOR "3"
!define PRODUCT_VERSION_RELEASE "15"
!define PRODUCT_VERSION_RELEASE "16"
!define PRODUCT_VERSION_CANDIDATE "1"

; File version
; for Windows Version Information
;
; If PRODUCT_VERSION is a commit then
; define the following symbols as '0.0.0.0'
!define FILE_VERSION "2.3.14.9901"
!define FILE_VERSION "2.3.15.9901"

; Bitmaps for stable releases
; Bitmaps for candidate releases
Expand All @@ -206,7 +206,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 "27e95c43bf-dev"
!define PRODUCT_VERSION "73531ae127-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='2.3.15'
declare +r fusinv_agent_commit='2.3.16'
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 Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon IO::Socket::SSL JSON LWP::Protocol::https LWP::UserAgent Net::IP Net::NBName Net::SNMP Net::Write::Layer2 Parse::EDID POE::Component::Client::Ping Text::Template Thread::Queue UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry Win32::Unicode::File XML::TreePP'
Expand Down

0 comments on commit 11d91ca

Please sign in to comment.