1
0
forked from GitHub/gf-core

add consistant version numbers

This commit is contained in:
Krasimir Angelov
2022-11-10 15:33:51 +01:00
parent 43934e04de
commit fda1353148
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: gf
version: 3.11.0-git
version: 4.0.0
cabal-version: 1.22
build-type: Simple

View File

@@ -38,7 +38,7 @@ libpgf_la_SOURCES = \
pgf/phrasetable.cxx \
pgf/phrasetable.h
libpgf_la_LDFLAGS = -no-undefined
libpgf_la_LDFLAGS = -no-undefined -version-info 4:0:0
libpgf_la_CXXFLAGS = -fno-rtti -std=c++11 -DCOMPILING_PGF
bin_PROGRAMS =

View File

@@ -1,5 +1,5 @@
name: pgf2
version: 2.0.0
version: 4.0.0
cabal-version: 1.22
build-type: Simple