Skip to content

Commit

Permalink
bump, release v0.3.0 is imminent
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
  • Loading branch information
hroptatyr committed Jan 29, 2013
1 parent d5d905e commit d27714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl -------------------------------------------------------------------------
AC_PREREQ([2.63])
m4_define([GIT_VERSION_GEN], [dnl
pushdef([version], [m4_esyscmd([./git-version-gen])])dnl
ifelse([]version[], [], [0.3.0pre], []version[])[]dnl
ifelse([]version[], [], [0.3.0], []version[])[]dnl
popdef([version])dnl
])
AC_INIT([unserding], [GIT_VERSION_GEN], [https://github.com/hroptatyr/unserding])
Expand Down

0 comments on commit d27714d

Please sign in to comment.