From 7921dd9d3429c54af12fb7b9d434de53c6545f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 25 Feb 2019 10:18:46 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@762 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/piversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_main/piversion.h b/src_main/piversion.h index 2bdd3078..96fb7f0f 100644 --- a/src_main/piversion.h +++ b/src_main/piversion.h @@ -4,7 +4,7 @@ #define PIP_VERSION_MAJOR 1 #define PIP_VERSION_MINOR 9 -#define PIP_VERSION_REVISION 0 -#define PIP_VERSION_SUFFIX "_alpha_2" +#define PIP_VERSION_REVISION 1 +#define PIP_VERSION_SUFFIX "_beta" #endif // PIVERSION_H