Skip to content

Commit 5b41f40

Browse files
committed
Made the release 1.0.0
1 parent 89a17c3 commit 5b41f40

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
The project just started, so there's no news yet.
1+
rudgiosync 1.0.0:
2+
3+
Released on January 3rd, 2018, this is the first release of rudgiosync, a
4+
simple (rudimentary even) gio-enabled file synchronization utility.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl -- Process this file with autoconf to generate a `configure' script. --
22

33
AC_PREREQ([2.69])
4-
AC_INIT([rudgiosync], [0.0.0-dev], [dusxmt@gmx.com])
4+
AC_INIT([rudgiosync], [1.0.0], [dusxmt@gmx.com])
55

66
AC_CONFIG_SRCDIR([src/descriptions.c])
77
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)