[Patch] Update the version number for windows installer?

Поиск
Список
Период
Сортировка
От Nikolai Zhubr
Тема [Patch] Update the version number for windows installer?
Дата
Msg-id 560ECD64.7090802@yandex.ru
обсуждение исходный текст
Ответы Re: [Patch] Update the version number for windows installer?  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Building pgadmin on windows - instructions?
Следующее
От: Nikolai Zhubr
Дата:
Сообщение: [Patch] Windows installer: allow manually setting WIXDIR as appropriate.