mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-04-30 13:54:31 +00:00
Increment release version to 3.3
This commit is contained in:
parent
e4abc190d6
commit
a1096d22d8
2
configure
vendored
2
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for ELFIO 3.2.
|
# Generated by GNU Autoconf 2.69 for ELFIO 3.3.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([ELFIO], [3.2])
|
AC_INIT([ELFIO], [3.3])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
inherit python python3
|
inherit python python3
|
||||||
|
|
||||||
NAME="ELFIO"
|
NAME="ELFIO"
|
||||||
VERSION=3.2
|
VERSION=3.3
|
||||||
RELEASE=1
|
RELEASE=1
|
||||||
CATEGORY="Devel System Libs"
|
CATEGORY="Devel System Libs"
|
||||||
SUMMARY="ELFIO is a header-only C++ library intended for reading and generating
|
SUMMARY="ELFIO is a header-only C++ library intended for reading and generating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user