diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:03:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:03:53 +0200 |
commit | 0c522791febb318519865751022709bf812a0039 (patch) | |
tree | 73bb479e06d23157f975868a68c70485d20fd86c /src/util | |
parent | 850d84a1b6513ddef814c4ebd9f3fad2755e4771 (diff) |
bump versions for releasev0.3.0
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index eb9ffe475..c05f756f2 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -37,7 +37,7 @@ libtalerutil_wallet_la_LIBADD = \ $(XLIB) libtalerutil_wallet_la_LDFLAGS = \ - -version-info 0:0:0 \ + -version-info 1:0:1 \ -export-dynamic -no-undefined libtalerutil_la_SOURCES = \ |