mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +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
|
||||
# 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([ELFIO], [3.2])
|
||||
AC_INIT([ELFIO], [3.3])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
AC_PROG_CXX
|
||||
AC_CONFIG_FILES([
|
||||
|
@ -1,7 +1,7 @@
|
||||
inherit python python3
|
||||
|
||||
NAME="ELFIO"
|
||||
VERSION=3.2
|
||||
VERSION=3.3
|
||||
RELEASE=1
|
||||
CATEGORY="Devel System Libs"
|
||||
SUMMARY="ELFIO is a header-only C++ library intended for reading and generating
|
||||
|
Loading…
Reference in New Issue
Block a user