Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bP5nq-0000MM-Ux for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Jul 2016 10:29:35 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bP5nq-0002OE-9X for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Jul 2016 10:29:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bP5nq-0002O8-0t for pgadmin-hackers@postgresql.org; Mon, 18 Jul 2016 10:29:34 +0000 Received: from mail-fw.wtccommunications.ca ([66.102.92.155]) by magus.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bP5nm-0003m9-3q for pgadmin-hackers@postgresql.org; Mon, 18 Jul 2016 10:29:33 +0000 X-ASG-Debug-ID: 1468837767-08fa031b39747850001-MRQd0H Received: from mail2.kingston.net (mail2.kingston.net [66.102.92.5]) by mail-fw.wtccommunications.ca with ESMTP id raUq8mFKevHeyClQ for ; Mon, 18 Jul 2016 06:29:27 -0400 (EDT) X-Barracuda-Envelope-From: colbec@kingston.net X-Barracuda-Effective-Source-IP: mail2.kingston.net[66.102.92.5] X-Barracuda-Apparent-Source-IP: 66.102.92.5 Received: from [192.168.0.111] (unallocated-66-102-88-59.wtccommunications.ca [66.102.88.59]) (authenticated bits=0) by mail2.kingston.net (8.14.4/8.14.4/Debian-4) with ESMTP id u6IATPFJ013573 for ; Mon, 18 Jul 2016 06:29:27 -0400 To: pgadmin-hackers From: Colin Beckingham Subject: Logical comparison on startup pgadmin4 Message-ID: X-ASG-Orig-Subj: Logical comparison on startup pgadmin4 Date: Mon, 18 Jul 2016 06:29:19 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------E16F5B29505AAB8A8ABB303D" X-Barracuda-Connect: mail2.kingston.net[66.102.92.5] X-Barracuda-Start-Time: 1468837767 X-Barracuda-URL: https://mail-fw.wtccommunications.ca:443/cgi-mod/mark.cgi X-Barracuda-Scan-Msg-Size: 1648 X-Virus-Scanned: by bsmtpd at wtccommunications.ca X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.50 X-Barracuda-Spam-Status: No, SCORE=0.50 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=7.0 KILL_LEVEL=1000.0 tests=BSF_SC7_SA578_CH, HTML_MESSAGE X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.31342 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.00 HTML_MESSAGE BODY: HTML included in message 0.50 BSF_SC7_SA578_CH Custom Rule SA578_CH X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org This is a multi-part message in MIME format. --------------E16F5B29505AAB8A8ABB303D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Each time I run pgadmin4 I run a git pull to get latest. Then launch from web browser at 5050, no problem. However a message pops up to say that I am running this version but the current is something else. For example: "You are currently running version 1.0-beta2.1 of pgAdmin 4, however the current version is 1.0-beta2. Please click here for more information." It looks like a check is happening to remind me to upgrade, but in this case the upgrade has already happened. It looks like maybe a comparison operator is not quite right for version/subversion or am I reading incorrectly? --------------E16F5B29505AAB8A8ABB303D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Each time I run pgadmin4 I run a git pull to get latest. Then launch from web browser at 5050, no problem.

However a message pops up to say that I am running this version but the current is something else. For example:

"You are currently running version 1.0-beta2.1 of pgAdmin 4, however the current version is 1.0-beta2. Please click here for more information."

It looks like a check is happening to remind me to upgrade, but in this case the upgrade has already happened. It looks like maybe a comparison operator is not quite right for version/subversion or am I reading incorrectly?

--------------E16F5B29505AAB8A8ABB303D--