Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Jun 8, 2023
1 parent 4f31ffa commit 9d5679c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([emacs-zmq], [0.10.9], [[email protected]])
AC_INIT([emacs-zmq], [1.0.0], [[email protected]])

AC_CONFIG_SRCDIR([core.c])
AC_CONFIG_MACRO_DIRS([m4])
Expand Down
4 changes: 2 additions & 2 deletions zmq.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'.")
Expand Down

0 comments on commit 9d5679c

Please sign in to comment.