Skip to content

Commit

Permalink
Preparation for releasing the 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed Feb 17, 2024
1 parent 653753f commit 1faea0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -13,11 +13,11 @@
# General information

project = 'ZOO-Project'
version = '1.9.0'
release = '1.9.0'
version = '2.0.0'
release = '2.0.0'
license = 'This work is released under a Creative Commons Attribution-ShareAlike 4.0 International Public License'
authors = 'ZOO-Project team'
copyright = '2009-2022, ' + authors+ '. '+ license
copyright = '2009-2024, ' + authors+ '. '+ license
show_authors = True

# Options for HTML output
Expand Down
2 changes: 1 addition & 1 deletion zoo-project/zoo-kernel/Makefile.in
Expand Up @@ -3,7 +3,7 @@ include ZOOMakefile.opts
all: version.h zoo_loader.cgi ${YAML_FILE1} ${ZOOFPM_FILE}

version.h: Makefile
echo "#define ZOO_VERSION \"2.0.0-dev\"" > version.h
echo "#define ZOO_VERSION \"2.0.0-rc1\"" > version.h
echo "@ETC_DEF@" >> version.h
echo "#define LOCALEDIR \"@localedir@\"" >> version.h

Expand Down
4 changes: 2 additions & 2 deletions zoo-project/zoo-kernel/ZOOMakefile.opts.in
Expand Up @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
PREFIX=@prefix@
INST_LIB=@libdir@
INST_INCLUDE=@includedir@
VERSION=1.8
REVISION=0
VERSION=2.0
REVISION=0-rc1
EXT=so
DEFAULT_OPTS=-Wl,-soname,libzoo_service.so.${VERSION}
OS:=$(shell uname -s)
Expand Down
2 changes: 1 addition & 1 deletion zoo-project/zoo-kernel/configure.ac
@@ -1,4 +1,4 @@
AC_INIT([ZOO Kernel], [1.9.0], [bugs@zoo-project.org])
AC_INIT([ZOO Kernel], [2.0.0], [bugs@zoo-project.org])

AC_CONFIG_MACRO_DIR([macros])

Expand Down

0 comments on commit 1faea0e

Please sign in to comment.