Skip to content

Commit ff8e741

Browse files
committed
configure.ac: fix the version numbering scheme.
I had the version as 0.6.0 in configure.ac, when it should have been 0.0.6. This only became apparent as I was finalizing the release. Oops. Let's call it 0.0.7 now.
1 parent e7b5bb1 commit ff8e741

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-11-21 Michael Orlitzky <michael@orlitzky.com>
2+
3+
* === Released 0.0.7 ===
4+
* Fixes the version number in configure.ac. Whoops!
5+
16
2019-11-21 Michael Orlitzky <michael@orlitzky.com>
27

38
* === Released 0.0.6 ===

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([hdaps-gl], [0.6.0], [michael@orlitzky.com])
1+
AC_INIT([hdaps-gl], [0.0.7], [michael@orlitzky.com])
22
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])
33
AC_CONFIG_FILES([Makefile src/Makefile])
44
AC_CONFIG_SRCDIR([src/hdaps-gl.c])

0 commit comments

Comments
 (0)