configure.ac

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 274
0923c036b913
     1.1 --- a/configure.ac	Sat Oct 28 11:25:27 2017 +0200
     1.2 +++ b/configure.ac	Sat Oct 28 15:43:51 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  #
     1.7 -# Copyright 2017 Olaf Wintermann. All rights reserved.
     1.8 +# Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
     1.9  #
    1.10  # Redistribution and use in source and binary forms, with or without
    1.11  # modification, are permitted provided that the following conditions are met:
    1.12 @@ -28,7 +28,7 @@
    1.13  
    1.14  # the package version must match the macros in ucx.h
    1.15  # if you change the package version, don't forget to adjust the library version
    1.16 -AC_INIT([ucx], [0.14], [olaf.wintermann@gmail.com])
    1.17 +AC_INIT([ucx], [1.0], [olaf.wintermann@gmail.com])
    1.18  
    1.19  # don't place everything in the project root
    1.20  AC_CONFIG_AUX_DIR([build-aux])

mercurial