Skip to content

Commit 49b2ec7

Browse files
ylepElizabeth Fischer
authored andcommitted
Fix version number in the build system (#25)
This is fine... but we'll need to be more careful about keeping it updated. Wondering if there's an automated way to do that.
1 parent 2791594 commit 49b2ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.59)
44

5-
AC_INIT(blitz, 0.10, blitz-support@lists.sourceforge.net)
5+
AC_INIT(blitz, 1.0.2, blitz-support@lists.sourceforge.net)
66

77
AC_CONFIG_AUX_DIR(config)
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)