Re: [Patch] Update the version number for windows installer?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Nikolai Zhubr <n-a-zhubr(at)yandex(dot)ru>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [Patch] Update the version number for windows installer?
Date: 2015-10-05 08:38:51
Message-ID: CA+OCxoyKEA1fwUCW9LAZSQuG3hGd7+=3GuAZGUQ1SfuiQ+DN+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - I always miss that one :-(. Pushed.

On Fri, Oct 2, 2015 at 7:31 PM, Nikolai Zhubr <n-a-zhubr(at)yandex(dot)ru> wrote:
> Hi all,
>
> shouldn't the following be applied to git already?
>
> --- pkg/win32/Installer.vcxproj.orig Fri Oct 02 18:02:48 2015
> +++ pkg/win32/Installer.vcxproj Fri Oct 02 21:01:04 2015
> @@ -31,7 +31,7 @@
> <ItemDefinitionGroup
> Condition="'$(Configuration)|$(Platform)'=='All|Win32'">
> <CustomBuildStep>
> <Message>Calling installer build script...</Message>
> - <Command>make.bat 1.20</Command>
> + <Command>make.bat 1.22</Command>
> <Outputs>.\pgadmin3.msi;%(Outputs)</Outputs>
> </CustomBuildStep>
> <Link>
>
>
>
> Thank you,
> Nikolai
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-10-05 08:39:10 pgAdmin III commit: Bump version number for installer.
Previous Message Nikolai Zhubr 2015-10-04 13:52:46 [PATCH] Fix EVT_STC_PAINTED recursion issue (Was: Re: Repaint lockup in ctlSQLBox::OnPositionStc on windows)