WebPlatformForEmbedded/libwpe

1.4.0 tarball/build generates version.h for 1.3.91

Closed this issue · 4 comments

philn commented
cat ../libwpe-1.4.0/DerivedSources/wpe/version.h
...
#define WPE_MAJOR_VERSION (1)
#define WPE_MINOR_VERSION (3)
#define WPE_MICRO_VERSION (91)
...
philn commented

CMakeLists.txt of the 1.4.0 tarball has SET_PROJECT_VERSION(1 3 91)

philn commented

Perhaps a brown-paper-bag 1.4.0.1 release would be good to have @aperezdc ?

My bad, I did update the version numbers in commit 8789322 but I must have uploaded the tarball resulting from make distcheck before doing the commit with the version update (which is the only one missing in the tarball).

I'll make a 1.4.0.1 release, thanks for the heads up!

Done, release 1.4.0.1 is now available.