From f79dfec219eb95d052c5551fbf2a4b4f7d06a41c Mon Sep 17 00:00:00 2001 From: velnias75 Date: Fri, 26 Jun 2015 05:30:28 +0200 Subject: [PATCH] bumped version to 0.23.0 --- configure.ac | 2 +- debian/changelog | 2 +- debian/rules | 2 -- src/server/netmaumau.rc.in | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index eaa5a56..6be1165 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([NetMauMau], [0.22.1], [heiko@rangun.de], [netmaumau], [https://github.com/velnias75/NetMauMau]) +AC_INIT([NetMauMau], [0.23.0], [heiko@rangun.de], [netmaumau], [https://github.com/velnias75/NetMauMau]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip tar-pax no-installinfo no-texinfo.tex]) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 808e415..e3f5229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -netmaumau (0.22.1) UNRELEASED; urgency=low +netmaumau (0.23.0) UNRELEASED; urgency=low * fixed uncovering card twice at game start diff --git a/debian/rules b/debian/rules index 335d57f..1c511ab 100755 --- a/debian/rules +++ b/debian/rules @@ -26,8 +26,6 @@ DEB_CXXFLAGS_MAINT_APPEND := -fomit-frame-pointer $(GRAPHITE) $(LTO) DEB_LDFLAGS_MAINT_APPEND := $(CXXFLAGS) $(GRAPHITE) $(LTO) # uncomment next 5 lines for Precise/Wheezy builds -#export ARFLAGS = ru -#export AR_FLAGS = ru #export NM=gcc-nm #export AR=gcc-ar #export RANLIB=gcc-ranlib diff --git a/src/server/netmaumau.rc.in b/src/server/netmaumau.rc.in index 002b056..b62f1a4 100755 --- a/src/server/netmaumau.rc.in +++ b/src/server/netmaumau.rc.in @@ -20,8 +20,8 @@ IDI_ICON1 ICON DISCARDABLE "@top_srcdir@/netmaumau.ico" 1 VERSIONINFO - FILEVERSION 0,0,22,1 - PRODUCTVERSION 0,0,22,1 + FILEVERSION 0,0,23,0 + PRODUCTVERSION 0,0,23,0 FILEFLAGSMASK 0x17L #ifndef NDEBUG FILEFLAGS 0x1L