Skip to content

Commit

Permalink
Actually read README-development.md and incorporate specified changes.
Browse files Browse the repository at this point in the history
I didn't notice .tar.bz2 was the preferred distribution format, nor
did I notice the preferred versioning scheme.
  • Loading branch information
DWesl committed Jun 17, 2019
1 parent bcf7e01 commit 9cddffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ After pushing check cross-platform compilation results on commits list on GitHub

1. Create a commit setting version to stable:
- ChangeLog: change UNRELEASED to current date
- Makefile: strip -UNRELEASED from version number
- Makefile and configure.ac: strip -UNRELEASED from version number
- README: remove UNRELEASED
2. Make sure it works: `make clean test package`
3. Git-tag this version like "v2.8.5"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([opendetex], [2.8.5], [BUG-REPORT-ADDRESS])
AC_INIT([opendetex], [2.8.6-UNRELEASED], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([detex.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([aux_files])
AC_CONFIG_MACRO_DIR([m4])
AC_REQUIRE_AUX_FILE([tap-driver.sh])

AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign dist-bzip2])

# Checks for programs.
AC_PROG_CC
Expand Down

0 comments on commit 9cddffb

Please sign in to comment.