Skip to content

Commit

Permalink
[AUTO]: release 1.0.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Adam authored and ThomasAdam committed Jan 16, 2023
1 parent c11fb15 commit d3d9f60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.6a](https://github.com/fvwmorg/fvwm3/tree/1.0.6a) (2023-01-16)

## What's Changed
### Other Changes
* dist: doc: include all doc sources by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/806


**Full Changelog**: https://github.com/fvwmorg/fvwm3/compare/1.0.6...1.0.6a
## [1.0.6](https://github.com/fvwmorg/fvwm3/tree/1.0.6) (2023-01-14)

## What's Changed
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
AC_PREREQ(2.60)

dnl should be "yes" only within the released distribution
ISRELEASED="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand All @@ -14,7 +14,7 @@ fi
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])

AC_INIT([fvwm3], 1.0.7, [fvwm-workers@fvwm.org])
AC_INIT([fvwm3], 1.0.6a, [fvwm-workers@fvwm.org])
AC_CONFIG_AUX_DIR(etc)
AC_CONFIG_LIBOBJ_DIR(libs)
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand All @@ -26,9 +26,9 @@ VERSIONINFO=m4_esyscmd([./utils/fvwm-version-str.sh])
dnl date of the released version (please zero pad the day in the last 2 dates)
dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04"
dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d"
RELDATELONG="14 January 23"
RELDATESHORT="14-Jan-23"
RELDATENUM="23-01-14"
RELDATELONG="16 January 23"
RELDATESHORT="16-Jan-23"
RELDATENUM="23-01-16"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down

0 comments on commit d3d9f60

Please sign in to comment.