configure.ac

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 274
0923c036b913
--- a/configure.ac	Sat Oct 28 11:25:27 2017 +0200
+++ b/configure.ac	Sat Oct 28 15:43:51 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2017 Olaf Wintermann. All rights reserved.
+# Copyright 2017 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,7 +28,7 @@
 
 # the package version must match the macros in ucx.h
 # if you change the package version, don't forget to adjust the library version
-AC_INIT([ucx], [0.14], [olaf.wintermann@gmail.com])
+AC_INIT([ucx], [1.0], [olaf.wintermann@gmail.com])
 
 # don't place everything in the project root
 AC_CONFIG_AUX_DIR([build-aux])

mercurial