adjusts library version feature/array

Fri, 05 Jul 2019 15:02:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 05 Jul 2019 15:02:04 +0200
branch
feature/array
changeset 338
0878f83348a0
parent 337
f695ae118460
child 339
ae368664625f

adjusts library version

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Thu Jul 04 22:32:03 2019 +0200
+++ b/configure.ac	Fri Jul 05 15:02:04 2019 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
+# Copyright 2019 Mike Becker, Olaf Wintermann All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -28,8 +28,8 @@
 
 # the package version must match the macros in ucx.h
 # the lib version must follow the libtool versioning convention
-AC_INIT([ucx], [2.0.0], [olaf.wintermann@gmail.com])
-AC_SUBST([UCX_LIB_VERSION], [3:0:0])
+AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com])
+AC_SUBST([UCX_LIB_VERSION], [4:1:1])
 
 # don't place everything in the project root
 AC_CONFIG_AUX_DIR([build-aux])

mercurial