Skip to content

Commit ea6b995

Browse files
committed
maint: bump versions to 0.0.2 release
* DESCRIPTION, src/configure.ac: update version
1 parent 21899a7 commit ea6b995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: odbc
2-
Version: 0.0.1
3-
Date: 2024-04-02
2+
Version: 0.0.2
3+
Date: 2024-04-03
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Octave ODBC Toolkit

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### <http://www.gnu.org/licenses/>.
1919

2020
AC_PREREQ([2.67])
21-
AC_INIT([Octave ODBC], [0.0.1])
21+
AC_INIT([Octave ODBC], [0.0.2])
2222
AC_CONFIG_HEADERS([config.h])
2323
AC_CONFIG_MACRO_DIRS([m4])
2424
AH_TOP([#include "undef-ah-octave.h"])

0 commit comments

Comments
 (0)