From 726844fcc4fc49306b808ab56b3c6c29b12db7ec Mon Sep 17 00:00:00 2001 From: diogom Date: Thu, 15 Jun 2023 14:03:34 -0700 Subject: [PATCH] update hard-coded strings v1.2.4 -> v1.2.5 --- README.md | 2 +- build/makefile_common | 2 +- build/python/vina/__init__.py | 2 +- build/windows/vina.vcxproj | 8 ++++---- build/windows/vina_split.vcxproj | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f90dc2f..c0394cb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AutoDock Vina: Docking and virtual screening program ---------------------------------------------------- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![PyPI version fury.io](https://img.shields.io/badge/version-1.2.0-green.svg)](https://pypi.python.org/pypi/ansicolortags/) +[![PyPI version fury.io](https://img.shields.io/badge/version-1.2.5-green.svg)](https://pypi.python.org/pypi/ansicolortags/) [![Documentation Status](https://readthedocs.org/projects/autodock-vina/badge/?version=latest)](https://autodock-vina.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://static.pepy.tech/personalized-badge/vina?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/vina) diff --git a/build/makefile_common b/build/makefile_common index 8877bc7..9db2a92 100644 --- a/build/makefile_common +++ b/build/makefile_common @@ -6,7 +6,7 @@ INCFLAGS = -I $(BOOST_INCLUDE) GIT_VERSION := $(shell git describe --abbrev=7 --dirty --always --tags | sed 's/dirty/mod/g') ifeq (,$(GIT_VERSION)) -GIT_VERSION := v1.2.4 +GIT_VERSION := v1.2.5 endif C_OPTIONS+=-DVERSION=\"$(GIT_VERSION)\" diff --git a/build/python/vina/__init__.py b/build/python/vina/__init__.py index 0dbf5b5..9c25d55 100644 --- a/build/python/vina/__init__.py +++ b/build/python/vina/__init__.py @@ -4,7 +4,7 @@ # Vina # -__version__ = "1.2.4" +__version__ = "1.2.5" from .vina import Vina diff --git a/build/windows/vina.vcxproj b/build/windows/vina.vcxproj index d4ebc39..a0f2091 100644 --- a/build/windows/vina.vcxproj +++ b/build/windows/vina.vcxproj @@ -96,7 +96,7 @@ Level3 true - WIN32;_DEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreadedDebug @@ -116,7 +116,7 @@ true true true - WIN32;NDEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreaded @@ -136,7 +136,7 @@ Level3 true - _DEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreadedDebug @@ -156,7 +156,7 @@ true true true - NDEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreaded diff --git a/build/windows/vina_split.vcxproj b/build/windows/vina_split.vcxproj index e1c8f80..c5b83e1 100644 --- a/build/windows/vina_split.vcxproj +++ b/build/windows/vina_split.vcxproj @@ -95,7 +95,7 @@ Level3 true - WIN32;_DEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreadedDebug @@ -115,7 +115,7 @@ true true true - WIN32;NDEBUG;_CONSOLE;VERSION="v1.2.4%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;VERSION="v1.2.5%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreaded @@ -135,7 +135,7 @@ Level3 true - _DEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreadedDebug @@ -155,7 +155,7 @@ true true true - NDEBUG;_CONSOLE;VERSION="v1.2.4";%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;VERSION="v1.2.5";%(PreprocessorDefinitions) C:\local\boost_1_77_0;..\..\src\lib;%(AdditionalIncludeDirectories) true MultiThreaded