mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
add consistant version numbers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: gf
|
||||
version: 3.11.0-git
|
||||
version: 4.0.0
|
||||
|
||||
cabal-version: 1.22
|
||||
build-type: Simple
|
||||
|
||||
@@ -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 =
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: pgf2
|
||||
version: 2.0.0
|
||||
version: 4.0.0
|
||||
|
||||
cabal-version: 1.22
|
||||
build-type: Simple
|
||||
|
||||
Reference in New Issue
Block a user