Skip to content

Commit d9d8770

Browse files
committed
Version 0.0.2
1 parent 2a301d9 commit d9d8770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
#
19-
AC_INIT([libultrabus], [0.0.1], [ultrabus@ultramarin.se])
19+
AC_INIT([libultrabus], [0.0.2], [ultrabus@ultramarin.se])
2020
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 subdir-objects])
2121

2222
AC_PROG_CC
@@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
3232
AM_SILENT_RULES([yes])
3333

3434
#
35-
# Release 0.0.1
35+
# Release 0.0.2
3636
#
3737
# Library interface version x:y:z
3838
# | | |
@@ -44,7 +44,7 @@ AM_SILENT_RULES([yes])
4444
#
4545
# Library version (CURRENT:REVISION:AGE)
4646
#
47-
LIBRARY_VERSION=0:1:0
47+
LIBRARY_VERSION=0:2:0
4848
AC_SUBST([LIBRARY_VERSION])
4949

5050
#

0 commit comments

Comments
 (0)