mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
add consistant version numbers
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: gf
|
name: gf
|
||||||
version: 3.11.0-git
|
version: 4.0.0
|
||||||
|
|
||||||
cabal-version: 1.22
|
cabal-version: 1.22
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ libpgf_la_SOURCES = \
|
|||||||
pgf/phrasetable.cxx \
|
pgf/phrasetable.cxx \
|
||||||
pgf/phrasetable.h
|
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
|
libpgf_la_CXXFLAGS = -fno-rtti -std=c++11 -DCOMPILING_PGF
|
||||||
|
|
||||||
bin_PROGRAMS =
|
bin_PROGRAMS =
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: pgf2
|
name: pgf2
|
||||||
version: 2.0.0
|
version: 4.0.0
|
||||||
|
|
||||||
cabal-version: 1.22
|
cabal-version: 1.22
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|||||||
Reference in New Issue
Block a user