didoudiaz / gprolog

GNU Prolog
Other
103 stars 12 forks source link

git describe out of sync #30

Open UWN opened 1 year ago

UWN commented 1 year ago
ulrich@p0:/opt/gupu/gprolog/src$ git describe
v1.5.0-31-gdd3f5ab
ulrich@p0:/opt/gupu/gprolog/src$ TopComp/gprolog 
GNU Prolog 1.5.1 (64 bits)
Compiled Nov 29 2022, 12:37:19 with gcc -std=gnu99
Copyright (C) 1999-2022 Daniel Diaz

So is this version 1.5.0 or 1.5.1?

didoudiaz commented 1 year ago

I admit this is a bit confusing. It is a 1.5.1 rc.

UWN commented 1 year ago

Currently, we have:


ulrich@p0:/opt/gupu/gprolog$ git describe
v1.5.0-111-gcf3fcbc
ulrich@p0:/opt/gupu/gprolog$ src/TopComp/gprolog
GNU Prolog 1.6.0 (64 bits)
Compiled Jun 26 2023, 07:25:57 with gcc -std=gnu11
didoudiaz commented 1 year ago

added a tag

UWN commented 1 year ago

Now: v1.5.0-120-gd9333a3