From 9d5679c54f361f518a426586b51686674fd3b0fa Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Thu, 8 Jun 2023 13:56:45 -0500 Subject: [PATCH] Bump version --- src/configure.ac | 2 +- zmq.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configure.ac b/src/configure.ac index 19496a4..29ea148 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([emacs-zmq], [0.10.9], [nathanielnicandro@gmail.com]) +AC_INIT([emacs-zmq], [1.0.0], [nathanielnicandro@gmail.com]) AC_CONFIG_SRCDIR([core.c]) AC_CONFIG_MACRO_DIRS([m4]) diff --git a/zmq.el b/zmq.el index f5baae2..9d0bd55 100644 --- a/zmq.el +++ b/zmq.el @@ -6,7 +6,7 @@ ;; Created: 05 Jan 2018 ;; URL: https://github.com/nnicandro/emacs-zmq ;; Keywords: comm -;; Version: 0.10.10 +;; Version: 1.0.0 ;; Package-Requires: ((cl-lib "0.5") (emacs "26")) ;; This program is free software; you can redistribute it and/or @@ -37,7 +37,7 @@ "ZMQ bindings for Emacs" :group 'communication) -(defconst zmq-emacs-version "v0.10.10") +(defconst zmq-emacs-version "v1.0.0") (defvar zmq-current-context nil "The context set by the function `zmq-current-context'.")