From 2a7b23f65ee5abdf645fd38c8d1c41fed8db3df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 21 Jul 2014 22:23:36 +0200 Subject: [PATCH] Version 1.0-rc1 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a35d58b2..e255ef056 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "0-dev") +set(VERSION_MINOR "0-rc1") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/configure.ac b/configure.ac index 24f8c9816..f39823520 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 1.0-dev, flashcode@flashtux.org) +AC_INIT(WeeChat, 1.0-rc1, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign])